SQLite desappear from Generator
SQLite desappear from Generator
tsakal
Posts: 15Questions: 6Answers: 0
Hallo Allan.
Before three days I have make use of SQLite : PDO, as database type, in the Generator.
Now this option not present.
What must I do if I want this database?
Thank you
Evangelos
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi Evangelos,
It was removed from Generator as I wasn't entirely happy with the implementation of it for the .NET package. It will make a return when I get that sorted out.
In the mean time, all you need to do is in your PHP
config.php
file is set thetype
option in the$sql_details
array to beSqlite
. Everything else will continue to work as expected.For more information see the PHP installation manual.
Allan