On 16 Feb 2017, at 8:40pm, Clyde Eisenbeis <cte...@gmail.com> wrote:

> Is there an SQLite version that is comprised of fewer dlls, etc.? ...
> Perhaps SQLite3?

If you’re writing C or C++ code all you need is the amalgamation source code 
files from the SQLite3 site.  You compile them into your program.  No DLLs 
needed at all.

The need for DLLs comes when you need a 'shim' to allow your favourite 
programming language to be able to call the SQLite API functions.  Even then 
you can do without them if your favourite programming language has the ability 
to call C functions directly.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to