Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
  • Hi,
    can some one please guide me how to get sqlite3 database working with Fuel ? Thanks :)
  • I'm getting a failed query -- "SET NAMES", pdo/connection.php, line 100, commit 20689d5f.
  • That is because Kohana's PDO driver is really geared towards MySQL, it's not a real generic driver. A rewrite of the database classes and the Query Builder is on the roadmap for post-1.0. to provide true multi-platform support.
  • You can use the PDO driver to connect to a SQLite3 database. Just provide the correct DSN.

Howdy, Stranger!

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

In this Discussion