Skip to main content

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:

BadgeColourType
SELECTBlueDatabase read
INSERTGreenDatabase write
UPDATEYellowDatabase update
DELETERedDatabase delete
RPCPurpleRPC Function call
STORAGETealBasic Bucket Tester Query
EDGE FNOrangeEdge function
ADVANCEDIndigoAdvance 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.