A secure, easy-to-use PostgreSQL client library for MoonBit with an included connection pool.
Dependencies
///|
fn _upgrade_examples() -> @pgpool.Config {
@pgpool.Config::new(
"db.example",
hostaddr="10.0.0.15",
user="moon",
dbname="app",
password="secret",
ssl_mode=@client.SslMode::VerifyFull,
ssl_root_cert="/etc/postgres/root.crt",
application_name="my-service",
pool=@pgpool.PoolConfig::new(4),
)
}Install
Download zipA secure, easy-to-use PostgreSQL client library for MoonBit with an included connection pool.
Dependencies