Is SQLite Version 3 the same as SQLite3? ... http://www.sqlite.org/download.html.
On Thu, Feb 16, 2017 at 3:01 PM, Simon Slavin <[email protected]> wrote: > > On 16 Feb 2017, at 8:40pm, Clyde Eisenbeis <[email protected]> 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 > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

