wiki:sqlite_plugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:sqlite_plugin [2023/02/18 06:44] – removed - external edit (Unknown date) 127.0.0.1wiki:sqlite_plugin [2023/02/18 06:44] (current) – ↷ Page moved from contributing:sqlite_plugin to wiki:sqlite_plugin suedunham
Line 1: Line 1:
 +====== sqlite plugin ======
 +[[doku>plugin:sqlite|sqlite plugin page]]
 +
 +This is a helper plugin required by other data plugins: in our case this means [[struct_plugin|Struct]] and [[structured_data_plugin|Structured Data]], which in turn enable more sophisticated use of the [[refnotes_plugin]].
 +
 +It requires PHP options being available from the webhost, particularly ''pdo-sqlite''. That in place, sqlite is a simple, lightweight database platform that doesn't need any more than a db file in the wiki's data folder.