Datasquirel Graphic User Interface provides a way to manage database instances from your browser
A lot can be done using our web interface. Everyhing going on you admin dashboard is essentially running SQL queries on your isolated database, and saving and retrieving static files. Our integrated SQL shell for each database takes this concept to the next level. Giving you the ability to run SQL queries directly via your browser. To get started using our GUI, follow these steps:
Create a free account here to get started. After creating an account, you will be redirected to your dashboard.
Navigate to your Dashboard or Databases page. Click the Add Database
button to add a new database.
On the next screen that appears, fill in the form and add a database image if you wish. Click on Create Database
to add the new database
Creating a new database takes you to the database page. This page allows you to import a pre-existing database using an SQL export file, or create a new table inside the newly-formed database. More operations for your database can be found in the database dropdown on the top left, or the more
dropdown on the top right.
Databases consists of Tables: each with fields(or columns) and entries(or rows). Select a database from your database list to access the single database pages. Click on Add Table
and fill in the new table form.
On each table form you have access to the table fields(or column titles). Each field contains a few options:
More
button contains options for encryption and foreign keysAfter these fields are filled, click Add Field
. Add as much field as you need. These fields serve as column titles for your table.
After creating a table you now have access to the tables list.
Select the newly created Table and on the designated table page click on Add New Table Entry
Fill in the required fields and click on Add Entry
. Congrats, you have now created your first datasquirel data entry, you can now access this data from any platform using your api key.