foundry-rs 0.3.5

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
8
[
  {
    "id": "enum_order_status",
    "name": "order_status",
    "values": ["pending", "confirmed", "shipped", "cancelled"],
    "comment": "Order lifecycle status"
  }
]