SQLEditor Icon

Tutorial: Creating a simple database design

In this tutorial we will introduce SQLEditor, explain how to create a simple database design and then export it to a SQL text file for later use.

In our simple example we are going to create a simple database representing a library. The library will keep records of books and borrowers.

Begin Tutorial →