How to used SQLite?

I love Taifun’s SQL extension and its KISS philosophy, but in my opinion it lacks two fundamental things (or at least I think: not having purchased it I relied on its documentation):

  • the possibility to run asynchronous queries
  • binding parameters with “?” to minimize SQL injection.

In the end I’m using the this extension which has all the features I was looking for. As in Taifun Extension, is possible to import and export DB and execute Query using simple SQL and has many other features. Unfortunately, it is no longer developed or supported by its creator, but it still works very well (except for the transactions that I have never been able to use). It is released as OpenSource, maybe someone could take a look at it and fork it :thinking:

2 Likes