An open-source windows forms application that helps developers to easily design ERD with the ability to export it into SQL commands.
- Documenting databases
- Supports multiple DBMS
- SQLite
- MySQL
- SQLServer
- Secure diagrams with password
- Advanced Encryption Standard (AES)
- Export ERD into SQL commands
- Back-up your diagram into a .doql file
- Import a previously exported .doql file
- Support more databases.
- Relational Schema view mode.
- Add migrations for different DoQl versions.
- Support more ERD symbols (e.g. computed attribute).
DoQL was a project for the following college courses:
- Visual Programming (Windows Forms)
- Software Development (Design Patterns)
- Software Engineering