Introduction
This library is in alpha, and the API is subject to change
This is a blazing-fast Kotlin ORM to access your Postgres database (also works with Java).
It stands out because it is:
✅ Blazing fast: trading blows with ORMLite as the fastest Kotlin/Java ORM for Postgres (according to our benchmarks)
✅ Simple & low-api surface: only one way to do things to avoid confusion
✅ Postgres-only: to keep things simple and maximize performance (no other databases will ever be integrated)
✅ Extensible: you can accommodate any use cases by adding new operators, using raw queries, ...
✅ No-config: no more XML or YAML files, only minimal annotations on your entities
✅ Clean architecture friendly: does not leak into your domain or presentation layers