Hashura
Hashura is an open-source engine that instantly provides a GraphQL API over a PostgreSQL database. It automates the creation of a flexible and scalable API, allowing developers to quickly build applications without extensive manual backend development. Hashura connects directly to your PostgreSQL database, introspects its schema, and automatically generates a GraphQL API with CRUD (Create, Read, Update, Delete) operations for your tables and views.
Beyond basic CRUD, Hashura offers advanced features such as real-time subscriptions, role-based access control (RBAC) for