forgedb 0.2.1

ForgeDB — an application database generator. Compiles a declarative .forge schema into tailored Rust database code, a TypeScript SDK, and a REST API.
Documentation
1
2
3
4
5
#[test]
fn test_migration_commands_compile() {
    // Just ensure the code compiles
    assert!(true);
}