mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
692 B
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:
- Introduction - This page
- Getting Started
- DataBase and DataSource
- DSL API
- DAO API
- Modules Documentation
- Frequently Asked Questions
- Contributing
Currently supported database dialects are:
- PostgreSQL
- MySQL
- Oracle
- SQLite
- H2
- SQL Server