commit 7fa93a8886d707861326b63ae1f4dfbd4d798b12 Author: Timothy Warren Date: Thu Jan 26 16:09:05 2012 -0500 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..524a06d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +#OpenSQLManager + +OpenSQLManager is an attempt to create an alternative to Navicat that is free and open. It is build with PHP-GTK, so I'm looking for a way to create normal binaries. + +### Planned Features +* CRUD (Create, Read, Update, Delete) functionality +* Database table creation and backup + +The databases currently slated to be suported are: + +* PostgreSQL +* MySQL +* SQLite + + + diff --git a/src/databases/mysql.php b/src/databases/mysql.php new file mode 100644 index 0000000..703997f --- /dev/null +++ b/src/databases/mysql.php @@ -0,0 +1,15 @@ +