Expand description
PostgreSQL database logging
Structs§
- Postgres
Database - 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.