systemprompt-database 0.2.0

Database abstraction layer for systemprompt.io supporting SQLite, PostgreSQL, and MySQL
Documentation
1
2
3
4
use sqlx::PgPool;
use std::sync::Arc;

pub type PgDbPool = Arc<PgPool>;