On 6 Jun 2018, at 5:06pm, Sabrina Abdul Jalil <[email protected]> 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
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users