Does someone has or know a php class to easily use SQLite3 on PHP?
I has been using this one http://code.jenseng.com/db/ but it's for sqlite2 dbs.
I used it to execute queries and fetch arrays of results, I've found one but its a huge code, I was looking for something simpler.