On 31 May 2016, at 3:41pm, Eric Kestler <[email protected]> wrote:

> Where does Sqlite actually reside when installed on a Mac?

In multiple places.  The sqlite source code is distributed as C source code and 
is intended to be compiled into each program that uses it.  There is no central 
installation of SQLite which they all use, no library they all load, and SQLite 
does not have a server process which they all talk to when they want SQLite 
stuff done.

I have a number of programs on my Mac which use SQLite and they use three 
different versions between them.  And they all work fine.

But this design does mean that to change which version of SQLite navicat is 
using requires you to talk to the publishers of navicat and persuade them to 
recompile their application with a later version of SQLite.  Sorry about that.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to