MySQL Connector
With this connector, Hasura allows you to instantly create a real-time GraphQL API on top of your data models in MySQL. This connector supports MySQL's functionalities listed in the table below, allowing for efficient and scalable data operations. Additionally, users benefit from all the powerful features of Hasura’s Data Delivery Network (DDN) platform, including query pushdown capabilities that delegate query operations to the database, thereby enhancing query optimization and performance.
Features
Below, you'll find a matrix of all supported features for the MySQL connector:
Feature | Supported | Notes |
---|---|---|
Native Queries + Logical Models | ✅ | |
Native Mutations | ❌ | |
Simple Object Query | ✅ | |
Filter / Search | ✅ | |
Simple Aggregation | ✅ | |
Sort | ✅ | |
Paginate | ✅ | |
Table Relationships | ✅ | |
Views | ✅ | |
Remote Relationships | ✅ | |
Custom Fields | ❌ | |
Mutations | ❌ | |
Distinct | ❌ | |
Enums | ❌ | |
Naming Conventions | ❌ | |
Default Values | ❌ | |
User-defined Functions | ❌ |
Build on Hasura DDN
Get started by connecting your MySQL instance to a Hasura DDN project.
Fork the connector
You can fork the connector's repo and iterate on it yourself.
License
The Hasura MySQL connector is available under the Apache License 2.0.