Database editor help

Database selection

Enter the name of a database in the text box to view its collections.

Collection selection

Pick a collection from the drop down box to view its details. Click the drop button next to the box to delete the collection from the database.

Database info tab

Scroll to the collection of interest. Click its name to open the collection detail tabs. Click the checkboxes under its name to grant or deny permissions to user roles.

Collection data tab

Click Create to insert a data row. Double-click a cell to edit its contents and press Enter to accept your changes.

Single click a row to select it. Hold Shift or Meta while clicking to select multiple rows. Click the Delete button to remove the selected rows.

Rows with red text are invalid and not yet saved to the server. Valid rows immediately save to the server.

Click Undo to revert your last insert, update, or delete. Continue clicking Undo to revert older changes. Click Refresh to force the grid to update.

Collection schema tab

Edit the text to define a valid JSON Schema. When the text is red, it is not a valid JSON string. When the text is black, the the text is valid JSON, but not necessarily a valid schema.

Click the Save button to save the schema and start enforcing it for new records in the collection. The JSON must be changed and valid for the Save button to enable.

Click the Revert button to reset the text to the last schema saved to the database.

Click the Guess button to have the editor create a basic JSON Schema based on the structure of the first record found in the collection. The generated schema is not automatically saved.