Files
exposed-wiki/Home.md
2020-04-08 12:29:25 +03:00

692 B

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