This is a comment on SQLite?, posted by WikiAdmin at 10/14/2025 21:50
View source for Re: SQLite support implementation
WackoWiki is now working with SQLite (see repohead). * ((/Dev/NewFeatures/SqliteSupport SQLite3 support)) Import your database %% mysql2sqlite -f /home/user/Download/foo.sqlite -d db_name -u root -K %% config.php %% 'db_driver' => 'sqlite', 'db_name' => 'file/data/db.sqlite', %% If you have a local installation all should work as expected. ToDo * open installer issues * backup & restore * extensive testing * improve, rewrite and refactor functions * documentation