Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 603 Bytes

Linux CodeFactor

SQCli

CLI utility that allows you to work with the SQLite DBMS.

Dependencies

  • boost(>=1.74)
  • cmake
  • sqlite3

Compilation

git clone https://github.com/dan4ik605743/SQCli
cd SQCli
mkdir build && cd build
cmake ../
cmake --build .

Usage

sqcli -d /path/to/sample.db