Exposed library

It is a prototype for a lightweight SQL library written over JDBC driver for the Kotlin language. It does have two layers of database access: typesafe SQL wrapping DSL and lightweight data access objects.
                                                                                                                                - JetBrains

It provides a type-safe SQL DSL API that allows you to define your SQL tables and describe your SQL requests with a fluent API without requiring code generation.

It supports the following dialects:

  • PostgreSQL
  • MySQL
  • Oracle
  • SQLite
  • H2

Get Kotlin Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.