sequelles 0.2.0

Bunch of utilities to deal with SQLx data. Very opinionated
Documentation
1
2
3
4
5
6
7
8
9
pub mod databases;
pub mod datastructures;
pub mod tables;

pub use crate::datastructures::rowid_map::RowIDMap;
pub use crate::tables::table::Table;
pub use crate::tables::traits::has_rowid;

pub use crate::datastructures::joins::*;