PHP Classes
elePHPant
Icontem

TextSQL: Execute SQL queries to manipulate file databases

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2007-08-18 (9 years ago) RSS 2.0 feedNot enough user ratingsTotal: 456 All time: 5,818 This week: 872Up
Version License PHP version Categories
textsql 1.0GNU General Publi...4.3.0Databases, Files and Folders
Description Author

This class can be used to execute SQL queries to manipulate data stored in flat file databases.

It can parse some types of SQL queries and translate the queries into actions to store and retrieve data from text files.

Currently it supports SQL queries of the types: CREATE TABLE, INSERT and SELECT.

Picture of Sergey Ivanov
Name: Sergey Ivanov <contact>
Classes: 3 packages by
Country: Russian Federation Russian Federation

Screenshots  
  • test_table_data.png
  • test_table_str.png
  Files folder image Files  
File Role Description
Files folder imagedb (1 directory)
Plain text file db.class.php Class TextSQL class
Plain text file index.php Example Full Example using TextSQL Class
Plain text file simple.php Example Simple Example using TextSQL class
Image file index_php.png Screen index.php's screenshot

  Files folder image Files  /  db  
File Role Description
Files folder imagetest (1 file)

  Files folder image Files  /  db  /  test  
File Role Description
  Plain text file test.txt Data this file is used here to create /db/ and /db/test/ folders

 Version Control Unique User Downloads Download Rankings  
 0%
Total:456
This week:0
All time:5,818
This week:872Up
User Comments (1)
Missing FROM clause limits it's usability.
7 years ago (Eric Guerin)
25%StarStar