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
# Pins the Rust toolchain for reproducible builds across contributors and CI.
# Edition 2024 (used workspace-wide) requires Rust >= 1.85.
[toolchain]
channel = "1.96"
components = ["rustfmt", "clippy"]