Skip to content

themispkg/sqlite3sh

Repository files navigation

sqlite3sh

this repository is originally a clone of sqlite3sh and is an unofficial fork to librarize for bash, this version is a reflection of regular sqlite3sh.

Installation:

git clone https://github.com/themispkg/sqlite3sh
cd sqlite3sh
sh configure
make
make install

SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.