InstantSite helps you to build applications based on MySQL tables

The development follows 3 steps :

  1. create the database
  2. create the table and its fields (colums)
  3. generate the management script : a single script that handles the CRUD operations (creating, removing, updating and deleting records in the table)

This script is a "Karrigell service" that can be edited by the programmer

1. Creating a database

I assume you have installed MySQL and the Python interface MySQLdb

Connect to the url http://localhost/InstantSite/mysql ; you will be asked to enter the information to connect to the MySQL database : host name, user name and password

The next page shows the existing databases and has a link to create a new database

Click on this link and enter a new database name