sqlite2

v 2.8.17

an embedded SQL database engine

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

https://www.sqlite.org/

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

sudo port install sqlite2

Add to my watchlist

Installations 3
Requested Installations 3