Skip to content

0.6.0

Choose a tag to compare

@kraftbj kraftbj released this 22 Apr 16:55
· 10 commits to trunk since this release
7db3385

What's Changed

  • Experimental: Add support for SQLite by @kraftbj in #74

This allows WorDBless to work in two modes -- no database (default) or with SQLite by passing an argument to the Load::init() function. This uses the SQLite implementation plugin being developed for potential Core inclusion. A known issue is that the SQLite plugin does not expect to be used for new installs without an existing MySQL database, so the first run of using SQLite will emit some noise about the DB not being found until it switches over to attempting SQLite.

Full Changelog: 0.5.3...0.6.0