1sqlite Plugin for DokuWiki 2 3A helper plugin to easily access a SQLite database. 4 5The plugin detects whether PHPs PDO extension is available otherwise it 6will look for the sqlite extension. PDO supports sqlite3, sqlite 7supports sqlite2. It looks for databases with extension .sqlite3 8respectively .sqlite . You should upgrade manual your database to 9sqlite3 format. 10 11All documentation for this plugin can be found at 12http://www.dokuwiki.org/plugin:sqlite 13 14If you install this plugin manually, make sure it is installed in 15lib/plugins/sqlite/ - if the folder is called different it 16will not work! 17 18Please refer to http://www.dokuwiki.org/plugins for additional info 19on how to install plugins in DokuWiki. 20 21---- 22