api-docs / org.ktorm.support.sqlite
Package org.ktorm.support.sqlite
SQLite dialect module for Ktorm.
Types
Name | Summary |
---|---|
open class SQLiteDialect : SqlDialect SqlDialect implementation for SQLite database. | |
open class SQLiteFormatter : SqlFormatter SqlFormatter implementation for SQLite, formatting SQL expressions as strings with their execution arguments. |