A little Orm/QueryBuilder lib experiment with Kotlin. Tried a few, Exposed, ActiveJDBC, Norm and I hated them all.
I decided as an experiment to build one myself.
- Timestamps
- OrderBy
- @Table
- Truncate
- Where in
- Multiple Sql Drivers
- ReplaceTable
- Enum/JsonField Serializer
- Remove Maps
- Rename fields with annotations
- Joins
- Relationships
- Deeply nested Associations/Fetches
- Random Aliasing for columns to avoid conflicts