Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.66 KB

DoQL

An open-source windows forms application that helps developers to easily design ERD with the ability to export it into SQL commands.

Features

  • 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

Screenshots

doql1

doql2

doql3

doql4

doql5

doql6

doql7

doql8

TODO

  • Support more databases.
  • Relational Schema view mode.
  • Add migrations for different DoQl versions.
  • Support more ERD symbols (e.g. computed attribute).

Context

DoQL was a project for the following college courses:

  • Visual Programming (Windows Forms)
  • Software Development (Design Patterns)
  • Software Engineering