Using DataTable Editor with Sqlite
Using DataTable Editor with Sqlite

I am a happy (paying) user of DataTable Editor which I normally use with MySQL. I would like to switch to an SQLite database though. Has anybody managed to have DataTable Editor running with SQLite? Any fool-proof guide on how to do it?
Thank you in advance
Welle
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
https://editor.datatables.net/manual/php/getting-started#Installation
It seems to need a simple change in the configuration.
Thank you. Yes, it looks promising, I've seen in lib/Database/Driver there is also a SQLite file. Good. However, ho do I set the config.php?
Since the SQLite database is just a file, how do I set the path to the file? With the settings as above and the file in the same folder as the config.php file (just for testing reasons), I get the error: DataTables warning: table id=example - Ajax error. which seems to indicate no comunication with the db is in place. Thank you
I've been able to connect. I can use Datables Editor with SQLite. It works like a charm. Thank you.
Excellent. SQLite is one of the databases we use for our unit tests, so yep, definitely works well
Colin