Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Oct 25, 2023
1 parent eb8f861 commit e7b21b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions manifold-deps-parent/manifold-sql/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
>**_Experimental Feature_**
- Use actual SQL directly and type-safely in your Java code.<br>
- No code generator build steps. No ORM shenanigans. No DSL mumbo-jumbo. It just works.<br>
- Type-safe DDL. Type-safe queries. Type-safe results.<br>
- Inline SQL directly in Java source. Or, use .sql files.<br>
- All JDBC database drivers and dialects fully supported.<br>
- Type-safe DDL. Type-safe queries. Type-safe results.<br>
- No code generator build steps. No ORM shenanigans. No DSL mumbo-jumbo.<br>
- Full CRUD support with DDL type projections<br>
- Built-in transaction scoping, commit entity changes as needed<br>
- Tested with popular JDBC database drivers and SQL dialects.<br>
- Pluggable with simple dependency injection<br>
- Supports Java 8 - 21 (LTS releases)

![img.png](../../docs/images/img_3.png)
Expand Down

0 comments on commit e7b21b9

Please sign in to comment.