Commit Graph

13 Commits

Author SHA1 Message Date
bf0001ad7d Added get_system_tables function to db classes, added _manip subclasses to mysql and pgsql 2012-02-10 13:13:19 -05:00
5fbcd5fe04 Creating/Deleting SQLite tables works 2012-02-08 09:01:51 -05:00
48c2501f41 Added delete_table method to database manipulation classes 2012-02-07 20:50:25 -05:00
9ddab65bc0 Fixed create_database function signature, fixed typo in README 2012-02-07 16:23:41 -05:00
7a47906743 Fixed inheritance issue 2012-02-07 15:56:16 -05:00
377c319bd2 Created abstract base database manip class 2012-02-07 15:53:46 -05:00
4542d9f210 Added start of db view/manipulation interface 2012-02-07 10:31:54 -05:00
fb1e4e0a03 Removed re-declared PDO function 2012-02-06 17:39:53 -05:00
3bb8be3dba Removed duplicate db_pdo class 2012-02-06 17:29:13 -05:00
b0da1994f5 Adding DBs works
Well, adding the information. You have to close the program for the dbs
to update, and there's no way to connect yet...
2012-02-06 12:14:39 -05:00
69b8f446c4 Database connections now implemented with GtkListStore/GtkTreeView 2012-02-02 22:18:50 -05:00
120b526293 Load DB classes based on support
Reorganized db class loading, improvements to settings class.
2012-02-01 16:36:55 -05:00
d0c1810818 Various Updates
Added settings class, abstracted path, abstracted adding rows to db add
table in add_db.php
2012-02-01 10:51:06 -05:00