Package-level declarations
Types
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.