Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class MySQL(url: String, username: String, password: String, options: Driver.Pool.Options = Driver.Pool.Options()) : IMySQL

The MySQL class provides a driver implementation for interacting with a MySQL database. It supports connection pooling, transactional operations, and executing SQL queries.

class MySQL(url: String, username: String, password: String, options: Driver.Pool.Options = Driver.Pool.Options()) : IMySQL

The MySQL class provides a driver implementation for interacting with a MySQL database. It supports connection pooling, transactional operations, and executing SQL queries.

Functions

Link copied to clipboard
expect fun mySQL(url: String, username: String, password: String, options: Driver.Pool.Options = Driver.Pool.Options()): IMySQL
actual fun mySQL(url: String, username: String, password: String, options: Driver.Pool.Options): IMySQL
actual fun mySQL(url: String, username: String, password: String, options: Driver.Pool.Options): IMySQL