<@U0BHS1Y07>: Kwery and Exposed are the only Kotli...
# exposed
a
@voddan: Kwery and Exposed are the only Kotlin specific ORM-ish libraries I know of. Exposed seems to focus on type safe queries. Kwery (my library) focuses on mapping tables to objects and letting you write plain SQL. Exposed is used by JetBrains in prod but isn't exactly welcoming for external use (no published artefacts). Kwery isn't used in production anywhere to my knowledge so requires some bravery.