Flatfile
The Flatfile package is a simple, light method of storing and retrieving data in tables with SQL-like features. All data is stored in tab-delimited text flat files. It supports a very powerful and extensible WHERE clause mechanism, which can be used with SELECT, UPDATE or DELETE statements. It can do ORDER BY on any number of fields, and includes full documentation with examples that should have you up and running in a couple of minutes.
Visit publisher site: FlatfileListing Details
- Version:
- 2008-06-30
- Filed in:
-
Scripts / PHP / Scripts & Programs / Database Tools
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Luke Plant Other listings by this publisher
License & Pricing Information
- License Type:
- BSD
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
This a great set of tools for making a flatfile "act" more relational. Very little overhead required. Quick in operation. Very well documented, but could use a bit more explanation in the tutorial regarding the output (array) returned from the functions. The author was responsive and helpful to questions posed.