All Connectors
(MotherDuck) DuckDB Native Data Connector
(MotherDuck) DuckDB Native Data Connector
Connect to a DuckDB database and expose them to Hasura v3 Project
About
Hasura DuckDB Connector
The Hasura DuckDB Connector allows for connecting to a DuckDB database or a MotherDuck-hosted DuckDB database to give you an instant GraphQL API on top of your DuckDB data.
Features
Below, you'll find a matrix of all supported features for the DuckDB connector:
| Feature | Supported | Notes |
|---|---|---|
| Native Queries + Logical Models | ❌ | |
| Simple Object Query | ✅ | |
| Filter / Search | ✅ | |
| Simple Aggregation | ❌ | |
| Sort | ✅ | |
| Paginate | ✅ | |
| Table Relationships | ✅ | |
| Views | ❌ | |
| Distinct | ❌ | |
| Remote Relationships | ✅ | |
| Custom Fields | ❌ | |
| Mutations | ❌ |
Build on Hasura DDN
Get started by connecting your DuckDB instance to a Hasura DDN project.
Fork the connector
You can fork the connector's repo and iterate on it yourself.
License
The DuckDB connector is available under the Apache License 2.0.

