SQLite support
Is it possible to use SQLite instead of a full-blown DB? I think it would nice to have SQLite for smaller wikis.
Comments
Log in or create an account to post a comment.
Is it possible to use SQLite instead of a full-blown DB? I think it would nice to have SQLite for smaller wikis.
Re: SQLite?
see
Re: SQLite support implementation
Import your database
config.php
Add the table for the search index (change the table prefix if different) or use the
{{adminupdate}}action to create the missing table.If you have a local installation all should work as expected.
ToDo