Awilum Posted November 17, 2010 Share Posted November 17, 2010 Can anyone knows some "new" and working Text DB API or XML DB API (with SQL query syntax), all that I meet have finished supporting ~ 2005.! Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/ Share on other sites More sharing options...
Pikachu2000 Posted November 17, 2010 Share Posted November 17, 2010 How about something like SQLite? Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1135718 Share on other sites More sharing options...
Awilum Posted November 17, 2010 Author Share Posted November 17, 2010 no mysql or sqlite I need simple(select,insert,update,delete) database wrote in PHP based on txt or xml files Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1135720 Share on other sites More sharing options...
Pikachu2000 Posted November 17, 2010 Share Posted November 17, 2010 OK, but why? Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1135723 Share on other sites More sharing options...
simshaun Posted November 17, 2010 Share Posted November 17, 2010 It is a little old, but I don't see why it wouldn't work. (You could update it yourself ya know..) http://www.c-worker.ch/txtdbapi/index_eng.php Also, how much is this going to be utilized? If your answer is "a lot", I highly suggest you go to MySQL. Flat-files are easy to corrupt. Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1135725 Share on other sites More sharing options...
Awilum Posted November 17, 2010 Author Share Posted November 17, 2010 thanks, I found also Gladius DB last update. 2009-03-04 http://sourceforge.net/projects/gladius/ Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1135747 Share on other sites More sharing options...
Awilum Posted November 17, 2010 Author Share Posted November 17, 2010 >but why? Because I want to create second version of my CMS (http://templatecms.webdevart.ru/en/) (http://templatecms.webdevart.ru/) more flexibility but stay easy to install, lite and fast for small projects. Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1135806 Share on other sites More sharing options...
Adam Posted November 18, 2010 Share Posted November 18, 2010 easy to install, lite and fast for small projects. SQLite: * installed by default >= PHP5 * 'lite' * fast * simple * file-based Link to comment https://forums.phpfreaks.com/topic/218997-flat-file-db-api/#findComment-1136169 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.