Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Are there any examples of sqlite use in fuelphp?
  • As I understood neither ORM, nor DB/DBUtil work with SQLite. Is it right?
  • DB should work through PDO, DButil is being worked on, but is not optimized for SQLite yet.
  • It seems \DBUtil and \DB Query builder generate syntax incompatible code, only \DB::query('...') works good. So, migrations don't work too. Now, I created two tasks up and down for improve database schema and for reset it.
  • HarroHarro
    Accepted Answer
    I've been working to separate everything, which is done in 1.8/develop. It has a separate schema class per driver, which DBUtil uses for platform specific SQL.

    But as I wrote I haven't gotten around to doing SQLite yet.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion