Database

Learn how to create and manage database schema diagrams inside StackRender.

Create new Database

Head to StackRender Studio. If a previous diagram is loaded, go to File → New. The Create New Database dialog will then appear.

StackRender create new database diagram

When the Create Database dialog appears, provide a name for your database and choose the preferred database dialect. StackRender Supported Database Dialects If you already have an existing database schema, click Create and Import to open the Import Database dialog.

Supported Dialects

  • PostgreSQL
  • MySQL
  • MariaDB
  • SQLite

Each database dialect has its own data types and attributes. We’ll explore these differences in more detail in the Data Types section.


Open Database

To open another database diagram, navigate to File → Open, or use the Ctrl + O shortcut on Windows. This will open the Open Databases dialog.

StackRender open database diagram dialog


Rename Database

To rename a database:

  1. Go to the top-right corner of StackRender Studio.
  2. Double-click the database name in the header.
  3. Enter the new name in the input field and save.

StackRender Rename database diagram


Data Persistence

Autosave & Sync

All database diagrams are stored in the local browser database stackrender.sqlite. If the connection is lost while working, changes are saved locally and will automatically sync with the cloud once the connection is restored.