moosicbox_database 0.1.0

MoosicBox database package
Documentation
1
2
3
4
5
6
#[cfg(feature = "mysql-sqlx")]
pub mod mysql;
#[cfg(feature = "postgres-sqlx")]
pub mod postgres;
#[cfg(feature = "sqlite-sqlx")]
pub mod sqlite;