Package-level declarations

Types

Link copied to clipboard
class SQLite(url: String, options: <Error class: unknown class> = Driver.Pool.Options())

A database driver for SQLite, implemented with connection pooling and transactional support. This class provides mechanisms to execute SQL queries, manage database connections, and handle transactions in a coroutine-based environment.