squaredb_fm 1.0.0-beta

Squaredb - Enhance your DB with extendability and performance.
Documentation
1
2
3
4
5
6
7
8
#![crate_name = "squaredb_fm"]
#![crate_type = "lib"]

pub mod fm;
pub mod disk;
pub mod table;
pub mod res;
pub mod record;