ormlitex 0.17.1

An ORM for people who love SQL
Documentation
1
2
3
4
5
6
7
8
9
10
/// Note this is work in progress and not working yet...
#[path = "run.rs"]
mod run;

use trybuild::TestCases;

#[test]
fn test_multifile() {
    run::set_dir_and_run("tests/multiple_databases", "main.rs");
}