From 0ea3691c2fd9f1ecdbf494c2d8eba662e728fe45 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 15 Jan 2024 13:18:28 +0100 Subject: [PATCH] Add policies to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a7dc3ab81..50cbb1f785 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Secondary features include: - [Parser (and translator)](https://www.jooq.org/doc/latest/manual/sql-building/sql-parser/) - [Pattern based transformation](https://www.jooq.org/doc/latest/manual/sql-building/queryparts/sql-transformation/transform-patterns/) - [Plain SQL templating](https://www.jooq.org/doc/latest/manual/sql-building/plain-sql-templating/) +- [Policies](https://www.jooq.org/doc/latest/manual/sql-building/queryparts/policies/) - [Procedural logic API](https://blog.jooq.org/vendor-agnostic-dynamic-procedural-logic-with-jooq/) - [Reactive support via R2DBC](https://www.jooq.org/doc/latest/manual/sql-execution/fetching/reactive-fetching/) - [Readonly columns](https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-database/codegen-database-readonly-columns/) @@ -193,4 +194,4 @@ from film order by film.title ``` -This particular example is explained more in detail in the [`MULTISET` operator announcement blog post](https://blog.jooq.org/jooq-3-15s-new-multiset-operator-will-change-how-you-think-about-sql/). For many more examples, [please have a look at the demo](https://github.com/jOOQ/demo). \ No newline at end of file +This particular example is explained more in detail in the [`MULTISET` operator announcement blog post](https://blog.jooq.org/jooq-3-15s-new-multiset-operator-will-change-how-you-think-about-sql/). For many more examples, [please have a look at the demo](https://github.com/jOOQ/demo).