degen-sql 0.2.4

A postgres database engine for rust that builds on top of tokio-postgres and deadpool
Documentation
1
2
3
4
5
6
7
8
pub mod db;

pub mod sql_builder;


pub mod pagination;

pub mod tiny_safe_string;