cosmocode / sqlite

DokuWiki helper plugin to make SQLite access easier for other plugins
https://www.dokuwiki.org/plugin:sqlite
19 stars 9 forks source link

Feature event query execute #75

Closed solewniczak closed 1 year ago

solewniczak commented 1 year ago

After the weekend I've realised that there is one important information missing in the current version of event. It's the name of the database which is important in my use case and can be also crucial for others. I think that the most universal way to include it in the event is just passing the SQLiteDB object itself. What do you think?