native sqlite without sqlite3.dll

Do you plan to use native sqlite connection in windows without needing to deploy the external dll sqlite3.dll?

We have it in our backlog, but with low priority, to be honest. Any specific reason why you would want that?

You can actually use Aurelius + FireDAC's SQLite connection, which can be linked using the static sqlite object file.
Honestly speaking, I don't find Aurelius native SQLite connection having any advantage, compared to using FireDAC's SQLite connection. Aurelius native SQLite connection is neither any faster, nor more convenient at all.

Another advantage of using FireDAC SQLite connection is the while database file encryption support that comes with it.

1 Like