Creating database schemas and writing SQL for them is not any developer's favorite stage of development. Thankfully however you can now create wonderful databases without having to write any SQL tables, all thanks to a web tool called dbdsgnr. It is a free to use web service that helps you create databases online. You sign in with your Google account. Next you keep adding tables and sorting them. Fields can be entered within each table along with their variable type and size.

creating database schemas
create a database schema

When you are done you can easily obtain the SQL output, copy it, and use it in your project.

Features:

  • Lets you create a database schema without coding any SQL.
  • Lets you easily add table and automatically sort them.
  • Provides the SQL output of your databases.

Check out dbdsgnr @ www.dbdsgnr.appspot.com [No Longer Available]