Module postgres

Source
Expand description

PostgreSQL database logging

Structs§

PostgresDatabase
PostgreSQL database support for logging

Functions§

run_default_migrations
Run database migrations specific to the proxy. These migrations are designed for a simple setup with single-tenant use. You may want to add multi-tenant features or partitioning, and can integrate the files from the migrations directory into your project to accomplish that.