Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaccanedo/drawdb
:cloud: Free, simple, and intuitive online database design tool and SQL generator
https://github.com/isaccanedo/drawdb
database-schema diagram-editor editor indexdb javascript mariadb postgres postgresql react sql sql-server sqlite svg tailwindcss
Last synced: about 1 month ago
JSON representation
:cloud: Free, simple, and intuitive online database design tool and SQL generator
- Host: GitHub
- URL: https://github.com/isaccanedo/drawdb
- Owner: isaccanedo
- License: agpl-3.0
- Created: 2024-07-29T12:06:03.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T13:04:19.000Z (3 months ago)
- Last Synced: 2024-09-28T11:03:07.464Z (about 2 months ago)
- Topics: database-schema, diagram-editor, editor, indexdb, javascript, mariadb, postgres, postgresql, react, sql, sql-server, sqlite, svg, tailwindcss
- Language: JavaScript
- Homepage: https://www.drawdb.app/
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Free, simple, and intuitive database design tool and SQL generator.
### drawDB
DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export sql scripts, customize your editor, and more without creating an account. See the full set of features [here](https://drawdb.app/).
### Getting Started
### Local Development
```bash
git clone https://github.com/drawdb-io/drawdb
cd drawdb
npm install
npm run dev
```### Build
```bash
git clone https://github.com/drawdb-io/drawdb
cd drawdb
npm install
npm run build
```### Docker Build
```bash
docker build -t drawdb .
docker run -p 3000:80 drawdb
```Set up the [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample` for the survey and bug report forms.