Vpsql is a Database Tools script
Overall rating: (N/A)
|
The script vpSQL is a Database Tools script (web database applications).
vpSQL is a smlal set of functions (under 13k) that interacts with a flat file database through a subset of sql instructions.
vpSQL accepts the the following sql statements:
SELECT fields FROM table[WHERE][ORDER BY][lLIMIT]
INSERT fields,data INTO table
UPDATE table fields/data WHERE
DELETE from table WHERE Features of vpSQL:
An autoinc field named vpid which is transparently created with each table.
This gives the advantage of having a unique field for searhces. Uses character substtiution for semi colons and linefeeds which allows you to store full page texts.
It is small and uses only one file which can be included anwyhere in your script. The functinos mimic php mysql functions so they are scalable.
|
 Write a comment about the script vpSQL
|