This class can provide an interface to access SQLite databases that is similar to mysqli interface.
It emulate the following mysqli features:
- prepare to setup prepared or direct queries
- bind_param to automatically parse given ? placeholders
- bind_result to chose the name of the variables that will be initialized with values returned by queries
- execute to execute prepared or direct queries )
- close to free a result set or close database connection
| Not yet rated by the users |
| Link |
Description |
| devpro.it |
Andrea Giammarchi codes resource |

If you know an application of this package, send a message to the
author to add a link here.