Download the PHP package bootpress/sqlite without Composer
On this page you can find all versions of the php package bootpress/sqlite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sqlite
use BootPress\SQLite\Component as Sqlite;
Extends the BootPress\Database\Component to easily create and update SQLite database tables and indexes at will. It overrides the underlying PDO wrappers of the Database Component to use the PHP SQLite3 class. The main reason is so that you can free the file from it's cold dead hands when you $db->connection()->close()
. The only side effect of that is you can't fetch 'obj' or 'named' rows. Otherwise, we are just adding more functionality here. It also facilitates FTS full-text searching.
Installation
Add the following to your composer.json
file.
Example Usage
License
The MIT License (MIT). Please see License File for more information.