Portfolio Admin
Home
Dashboard
Feedback
Websites
SQL Editor
Table Manager
Database Setup
Toggle theme
Portfolio Admin
Dashboard
Feedback
Settings
Portfolio Admin
SQL Editor
Save Query
SQL Query Editor
Execute Query
Sample Queries
Create Notes Table
CREATE TABLE IF NOT EXISTS notes ( id UUID DEFAU...
Create Analytics Table
CREATE TABLE IF NOT EXISTS analytics ( id UUID D...
Show All Tables
SELECT table_name FROM information_schema.tables ...
Show Table Structure
SELECT column_name, data_type, is_nullable,...
Saved Queries
No saved queries yet