Releases: silkscreencms-contrib/database_sqlite
Releases · silkscreencms-contrib/database_sqlite
SQLite driver 1.19.0
This release updates the driver to support the Database API/PDO changes in Silkscreen 1.19.0.
- This release has been tested against Silkscreen 1.18.3 and 1.19.0.
- This release does not work with Silkscreen 1.17.x.
- This release is the minimum version for Silkscreen 1.19.0.
SQLite driver 1.18.1
Updated for Silkscreen 1.18.x and later.
SQLite 1.10-beta1
This is a beta release of the SQLite driver, with all but three tests passing. See the README.md for details.
This driver requires Silkscreen 1.10.0 or later 1.10.x releases.
To enable this driver, place it in the drivers directory in the root of the Silkscreen CMS site or in the sites/[yoursite]/drivers, create a directory for the database to live, and set the $database in settings.php to sqlite://nobody@localhost/path/to/mysite.sqlite. The path/to/mysite.sqlite is relative to the Silkscreen CMS root. Don't forget to add an .htaccess file to prevent the file from being served by the web server.