surfpool-db 1.1.1

Surfpool is where developers start their Solana journey.
Documentation
1
2
3
4
5
6
7
8
pub use diesel;
pub use diesel_dynamic_schema;
pub mod schema;

#[cfg(feature = "postgres")]
pub use diesel::pg as postgres;
#[cfg(feature = "sqlite")]
pub use diesel::sqlite;