Trisha Shetty (Editor)

TxtSQL

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Faraz Ali

Written in
  
PHP

Type
  
Development Library

Preview release
  
4.0 Alpha [1]

Operating system
  
Cross-platform

Stable release
  
2.2 Final / August 2, 2004; 12 years ago (2004-08-02)

txtSQL (pronounced "text-sequel") is an object-oriented (OOP) flat-file database management system written in PHP. Working on ordinary text files with increased file-security, it offers support for a small subset of SQL and is extremely efficient in terms of execution time. txtSQL utilizes a file system similar to that of MySQL by employing the concept of tables and databases. Furthermore, it does not require any outside plugins just so that txtSQL can operate. There are two levels of operation for developmental purposes; a low-level implementation and a high-level implementation that supports SQL. txtSQL is an open source project licensed under the GNU General Public License (GPL).

Features

  • Quicker than most other flatfile database scripts (PHP).
  • One can use a small subset of the SQL language
  • An admin system similar to phpMyAdmin is included in the latest stable release (2.2).
  • Well documented code, with a detailed manual, so it's easy to install and use.
  • Extra software or outside plugins are not needed for txtSQL to function.
  • True SQL syntax is being developed and will be included in next release (4.0).
  • References

    TxtSQL Wikipedia


    Similar Topics