Skip to main content

Crate cdk_postgres

Crate cdk_postgres 

Source
Expand description

CDK Postgres

Structs§

PgConfig
Postgres configuration
PgConnectionPool
Postgres connection pool
PostgresConnection
A postgres connection

Enums§

SslMode
SSL Mode

Functions§

new_wallet_pg_database
Convenience free functions (cannot add inherent impls for a foreign type). These mirror the Mint patterns and call through to the generic constructors.

Type Aliases§

MintPgAuthDatabase
Mint Auth database with Postgres
MintPgDatabase
Mint DB implementation with PostgreSQL
WalletPgDatabase
Wallet DB implementation with PostgreSQL