foundry-rs 0.6.21

Configuration-driven REST backend library for Rust with PostgreSQL — define schemas, tables, and APIs in JSON, get a production-grade REST service.
Documentation
1
2
3
4
5
6
7
{
  "id": "sample_ecommerce",
  "name": "Sample E‑commerce",
  "version": "1.0.0",
  "schema": "ecommerce",
  "description": "Sample package: multi-tenant e-commerce with organizations, customers, products, orders, payments, and inventory"
}