Package-level declarations

Types

Link copied to clipboard
interface IMySQL : Driver
Link copied to clipboard
class MySQL(url: String, username: String, password: String, options: ConnectionPool.Options = ConnectionPool.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: ConnectionPool.Options = ConnectionPool.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: ConnectionPool.Options = ConnectionPool.Options()): IMySQL
actual fun mySQL(url: String, username: String, password: String, options: ConnectionPool.Options): IMySQL
actual fun mySQL(url: String, username: String, password: String, options: ConnectionPool.Options): IMySQL