GET Data (Query)
Query across tables & views with powerful filtering, pagination and pattern search.
POST Data (Query or Insert)
Insert single or multiple objects. Make upsert operations on conflict to simplify app logic.
PUT Data (Update)
Update objects based on a condition. Update to Increment/multiply directly.
DELETE Data (Delete)
Delete one object or in bulk based on a condition.