Sqlitei can provide an interface to access SQLite databases that is similar to mysqli interface. Sqlitei 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 )- ...
License: GPL - GNU General Public License
Added: 4 years, 5 months 26 days ago Updated: 4 years, 5 months 26 days ago