subZero turns your PostgreSQL database directly into a GraphQL & RESTful API. The structural constraints and permissions in the database determine the API endpoints...
subzero turns your postgresql database directly into a graphql & restful api. the structural constraints and permissions in the database determine the api endpoints and operations.
subzero is an alternative to manual crud programming. writing business logic often duplicates, ignores or hobbles database structure. objectrelational mapping is a leaky abstraction leading to slow imperative code. subzero establishes a single declarative source of truth: the data itself.
web-development developer-tools backend backend-as-a-service mobile-apps-development mbaas