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