atadb 0.1.0

atadb will be a simple but fast relational database that supports a subset of SQL
Documentation
1
2
3
4
pub mod column;
pub mod data_type;
pub mod schema;
pub mod table;