ferreiro_adapters_db 0.0.1

Database adapters for Ferreiro - in-memory, PostgreSQL, and SQLite implementations
Documentation
1
2
3
4
5
pub mod in_memory;
pub mod postgres;
pub mod sqlite;

pub use in_memory::*;