This is a free and open-source tool for designing database diagrams intuitively online. It functions as a data modeler and SQL generator, allowing you to create, visualize, and manage your database schema without needing an account. All your work is saved directly in your browser for quick access.
It offers a robust set of features to aid in database design and management:
services:
drawdb:
image: xinsodev/drawdb
container_name: drawdb
ports:
- "8080:80"
restart: unless-stopped
# DrawDB is a client-side application and does not require any sensitive environment variables or database credentials by default.
# This file can remain empty.
Auto-fetched about 16 hours ago
Auto-fetched about 16 hours ago