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
6
7
8
9
10
11
pub mod backup;
pub mod build;
pub mod compact;
pub mod coordinate;
pub mod dev;
pub mod generate;
pub mod init;
pub mod lsp;
pub mod migrate;
pub mod tenant;
pub mod validate;