sqlite3

v 3.46.0 Updated: 2 months ago

an embedded SQL database engine

SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.

https://www.sqlite.org/

To install sqlite3, paste this in macOS terminal after installing MacPorts

sudo port install sqlite3

Add to my watchlist

Installations 1,081
Requested Installations 75