On this page
Import CSV Data
Navigate to the "Database" tab in the sub-menu
Select the desired database and table. If no tables exist, create a new table first.
Click the "Import CSV" button located above the table view.
Select/Drag-and-drop the CSV file from your local machine.
Click the "Upload CSV" button to import the data into the selected table.
The data will be uploaded and displayed in the table view. This may take a few moments depending on the size of the file.
Refresh the table view by clicking the "Refresh" button if necessary.
Add a New Record
Navigate to the "Database" tab in the sub-menu
Select the desired database and table.
Click the "Add New Record" button located above the table view.
Fill in the necessary fields in the form that appears.(These fields will correspond to the columns/schema in the selected table.)
Click the "Save" button to add the new record to the table.
Create a New Table
Navigate to the "Database" tab in the sub-menu
Select the desired database.
Click the "Create a Table" button located to the left of the table view.
Fill in the:
Table Name: The name of the new table.
Primary Key: The primary key field for the table.
Database Name: The database where the table will be created.(Will automatically fill based upon the selected database where the table is being created.)
Click the "Create New Table" button to create the new table.
The new table will appear in the table list on the left side of the screen.
Delete a Table
Navigate to the "Database" tab in the sub-menu
Select the desired database and table.
Click the three dots button located above the table view on the top right.
Select "Drop Table" from the dropdown menu.
Confirm the deletion by clicking the "Drop" button in the confirmation dialog.
The table will be deleted from the database.
Delete a Record
Navigate to the "Database" tab in the sub-menu
Select the desired database and table.
Locate the record you want to delete in the table view.
Click the record and a modal will appear.
Click the "Delete Row" button in the modal to confirm the deletion.
The record will be deleted from the table.
Edit a Record
Navigate to the "Database" tab in the sub-menu
Select the desired database and table.
Locate the record you want to edit in the table view.
Click the record and a modal will appear.
Edit the fields as necessary in the modal.
Click the "Save Changes" button to save the changes to the record.
The updated record will be displayed in the table view.