Introduction
The MantaHQ SDK provides a unified interface to interact with your data. Instead of writing custom logic for every data source, you can use a single, consistent syntax to manage your data across different environments (databases). This section covers how to use the SDK to perform database operations.
📁 Connections
2 items
📁 Fetching Data
2 items
📁 Creating Data
1 item
📁 Updating Data
1 item
📁 Deleting Data
1 item
Raw SQL Queries
The rawQuery method executes raw SQL statements directly against your connected PostgreSQL databases. Use this for complex joins, aggregations, or specific PostgreSQL features not supported by the standard CRUD methods.