DEV Community

Discussion on: What was your win this week?

Collapse
 
polterguy profile image
Thomas Hansen

Our win was to release the SQL database designer - And 2,000 people reading about it here at DEV :)

Collapse
 
davidluise profile image
ghostHunter

Sir, what is SQL database designer?

Collapse
 
polterguy profile image
Thomas Hansen

There is a link to it in my comment. It allows you to graphically design and modify your database by applying high level constructs such as buttons, checkboxes and select drop down lists, instead of having to write SQL DDL manually.

It makes it 100 times easier to create a database, at least for me. It supports SQL Server, MySQL, PostgreSQL and SQLite …