squaredb 0.1.1

A new database that I decided to make.
1
2
3
pub mod table_management;
pub mod storage;
pub mod server;