Re: [sqlite] How to download SQLite for Mac?

2018-06-07 Thread Lutz Horn
The download page (https://sqlite.org/download.html) provides 
precompiled binaries for Mac OS X (x86):


https://sqlite.org/2018/sqlite-tools-osx-x86-324.zip

This zip file contains a single binary you can put onto your path.

Lutz

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


Re: [sqlite] How to download SQLite for Mac?

2018-06-07 Thread Niall O'Reilly
On 6 Jun 2018, at 17:06, Sabrina Abdul Jalil wrote:

> I am on MAC OS Sierra VER 10.12.06. How to download SQLite?

As a couple of people have already pointed out, you actually have it already.

Depending on your needs, it may be significant that the version of SQLite
which is bundled with macOS (SQLite 3.16.0) is quite a bit behind the
current one.

I use the Homebrew package manager, and see that it has installed version
3.24.0 for me, and has taken care not to interfere with what Apple has
installed.

I hope this helps.

Niall O'Reilly


signature.asc
Description: OpenPGP digital signature
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] How to download SQLite for Mac?

2018-06-07 Thread Simon Slavin
On 6 Jun 2018, at 5:06pm, Sabrina Abdul Jalil  wrote:

> I am on MAC OS Sierra VER 10.12.06. How to download SQLite?

The shell tool is already on your computer.  In Terminal type

which sqlite3

and it will tell you where it is.  You should be able to type just

sqlite3 datafile.sqlite

to edit a file of that name.

If you are programming and want to include sqlite3 commands in your program, 
please tell us what programming language you're using.

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


Re: [sqlite] How to download SQLite for Mac?

2018-06-07 Thread Tim Streater
On 06 Jun 2018, at 17:06, Sabrina Abdul Jalil  wrote:

> I am on MAC OS Sierra VER 10.12.06. How to download SQLite?

It's already installed on your computer.



-- 
Cheers  --  Tim
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] How to download SQLite for Mac?

2018-06-07 Thread Sabrina Abdul Jalil
Hello,

I am on MAC OS Sierra VER 10.12.06. How to download SQLite?

Please help.

Thanks,
Sabrina
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users