Skip to content

Releases: silkscreencms-contrib/database_sqlite

SQLite driver 1.19.0

20 May 16:40
Compare
Choose a tag to compare

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

15 Feb 10:10
Compare
Choose a tag to compare

Updated for Silkscreen 1.18.x and later.

SQLite 1.10-beta1

28 May 18:15
Compare
Choose a tag to compare
SQLite 1.10-beta1 Pre-release
Pre-release

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.