OpenSource-Hub

drawdb

애플리케이션

drawdb-io/drawdb

무료 브라우저 기반 데이터베이스 ERD 편집 및 SQL 생성 도구입니다.

개요

DrawDB는 무료이고 간단하며 직관적인 데이터베이스 엔터티 관계 다이어그램(ERD) 편집기로, 완전히 브라우저에서 실행됩니다. 등록 없이 다이어그램을 작성하고, SQL 스크립트를 생성하며, 마이그레이션을 내보낼 수 있으며, PostgreSQL, MySQL, SQLite 등 다양한 데이터베이스를 지원합니다.

README 미리보기

\n  Special thanks to:\n  \n  \n    \n    \n    Next-gen AI-powered intelligent terminal for all platforms\n  \n\n\n\n\n\n\n    \n    drawDB\n\n\nFree, simple, and intuitive database schema editor and SQL generator.\n\n\n    \n        \n    \n    \n        \n    \n    \n        \n    \n\n\n\n\nDrawDB is a robust and user-friendly database entity relationship diagram (ERD) editor right in your browser. Build diagrams with a few clicks, export and import SQL scripts, generate migrations, customize your editor, and more without creating an account. See the full set of features on [here](https://drawdb.app/).\n\n## Getting Started\n\n### Local Development\n\n```bash\ngit clone https://github.com/drawdb-io/drawdb\ncd drawdb\nnpm install\nnpm run dev\n```\n\n### Build\n\n```bash\ngit clone https://github.com/drawdb-io/drawdb\ncd drawdb\nnpm install\nnpm run build\n```\n\n### Docker Build\n\n```bash\ndocker build -t drawdb .\ndocker run -p 3000:80 drawdb\n```\n\nIf you want to enable sharing, set up the [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample`. This is optional unless you need to share files.\n\n## Contributing\n\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project.\n\n## Support\n- Join discussions: [Discord](https://discord.gg/BrjZgNrmR6)\n