dartonic_mysql 1.0.0
dartonic_mysql: ^1.0.0 copied to clipboard
MySQL driver for Dartonic. Provides connectMysql() to create a type-safe database connection.
1.0.0 #
First stable release. MySQL driver for the modular Dartonic ecosystem —
connectMysql() opens a type-safe connection (with connection pooling via
PoolConfig) backed by the mysql1 package. Pair with
dartonic_core.