Expand description
SQLite database logging support
Structs§
- Sqlite
Database - Log events to an SQLite database
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.