Collections
Location: Sidebar → Collections
Collections are your testing library. Every request you save from the Query Builder, RPC Tester, Bucket Query Builder, or Edge Function Tester is stored here, organised into folders.
Organising Collections
- Click New Folder to create a top-level folder. Folders can be named by feature, table, sprint, or any structure that suits your team.
- Drag and drop items to rearrange them within or between folders.
- Click the folder menu to rename or delete it.
Working with Saved Requests
Each saved request displays a type badge indicating its kind:
| Badge | Colour | Type |
|---|---|---|
| SELECT | Blue | Database read |
| INSERT | Green | Database write |
| UPDATE | Yellow | Database update |
| DELETE | Red | Database delete |
| RPC | Purple | RPC Function call |
| STORAGE | Teal | Basic Bucket Tester Query |
| EDGE FN | Orange | Edge function |
| ADVANCED | Indigo | Advance Bucket Tester Query |
Click any request to:
- View its code preview without leaving the Collections page.
- Open in Query Builder — This will re-open the item in its relevant builder (Query Builder, RPC Tester, etc.) with all parameters pre-loaded.
- Delete it from the collection.
Export and Import
Click Export on any individual folder or the entire collection to download a JSON file. Share these files with teammates or commit as required to your repository.
To import, click Import and select a previously exported JSON file. The Import dialog will allow you, for each Collection and Test Plan, to override existing items, create under a new name, or skip importing. This gives the flexibility to save an import as many or little of the backed up data as required.