Module sqlite

Source
Expand description

SQLite database logging support

Structs§

SqliteDatabase
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.