- 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...