SQLite desappear from Generator

SQLite desappear from Generator

tsakaltsakal 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

Answers

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Answer ✓

    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 the type option in the $sql_details array to be Sqlite. Everything else will continue to work as expected.

    For more information see the PHP installation manual.

    Allan

This discussion has been closed.