TbsSQL is a very small wrapper class for working with SQL databases within PHP scripts. It has only eight methods and two properties. Its most interesting feature is that it can protect and format values before merging them into the SQL statement. It is only one file to install per database type. It can also delete PHP connection variables after making the connection.
| Tags | Software Development Libraries php classes Database API Internet Web Dynamic Content |
|---|---|
| Licenses | LGPL |
| Implementation | PHP SQL |