I am currently working on a web-program for a client. This app, built upon PHP, mySql and AJax, will allow them to control/view data stored in a database that they design. One of the coolest things about this app is that I’m planning on posting it as an open source, simple database manager as soon as I finish. What will the Simple Database program do? Here’s a quick laundry list:

  • Simple installation: Just create an initial database, and insert your name and password.
  • Custom Database Fields: No database fields are hard coded. Create any type of database you want, from sports rosters to inventory control.
  • Three types of custom fields: Textboxes, Select Lists and Yes/No Boxes.
  • Custom table view: The main way to view your data is via a simple table. Create custom tables by selecting which fields to include, how to sort them, and even what ranges of data to view.
  • Export data: Save each table view as an .xls or .csv document.
  • Custom users: Allow some users to edit information, and others just to view.
  • More… details coming soon!