[pmwiki-devel] Txtdb with new adapter
V.Krishn
vkrishn4 at gmail.com
Tue Oct 29 17:49:03 PDT 2024
Hello,
I have updated cookbook Txtdb
url: https://www.pmwiki.org/wiki/Cookbook/Txtdb
This uses new adapter sqlite/memdb, making use of,
$db = new PDO('sqlite::memory:')
to import csv from wiki text and store in memory for SQL query.
With this it maybe possible to do beta/stable releases,
as it now enables to put aside old unmaintained txtdb lib.
Also added new sample page, this uses HttpVariables/PageVars
to covert the output to menus.
url: https://insteps.net/pr/a/pmwiki/Cookbook/Txtdb-sample6b
--
Regards,
V.Krishn
More information about the pmwiki-devel
mailing list