Skip to content
bog-walk edited this page Jan 6, 2024 · 20 revisions

Welcome to the Exposed wiki! (Still Under Construction)

Exposed is a lightweight SQL library on top of JDBC driver for Kotlin language.
Exposed has two flavors of database access: typesafe SQL wrapping DSL and lightweight Data Access Objects (DAO)

This wiki contains the following pages:

Currently supported database dialects are:

  • PostgreSQL
  • MySQL
  • Oracle
  • SQLite
  • H2
  • SQL Server
  • MariaDB