Show HN: Native SQL, type-safe, in-lined. Pick three (github.com)

3 points by owlstuffing ↗ HN
Manifold SQL[1] is a compiler plugin that lets you write _native_ SQL directly and type-safely in your Java code.

- Query types are instantly available as you type native SQL of any complexity in your Java source

- Query results are type-safe and API-rich and simple to use

- Entity types are automatically derived from your database, providing type-safe CRUD, decoupled TX, and more

- No ORM, No DSL, No wiring, and No code generation build steps

- Use Manifold SQL simply by adding the javac -Xplugin:Manifold argument and manifold-sql and manifold-sql-rt dependencies to your gradle or maven build

1. https://github.com/manifold-systems/manifold/blob/master/man...

0 comments

[ 1.9 ms ] story [ 9.6 ms ] thread

No comments yet.