View on GitHub

sqlp

Simple terminal query and .sql file processing for Sqlite3 and HDF5 databases.

sqlp - Simple terminal query and .sql file processing for Sqlite3 and

HDF5 databases.

DOI

Overview:

This C++ program allows you to send SQL queries as strings or entire .sql files containing several queries to any Sqlite3 or HDF5 databases.

It performs its tasks without using any dot command, so it might be an alternative for anyone that needs to use Sqlite3 without its command line interpreter.

Dependencies:

See the Sources section below for links to these dependencies.

Installation:

where [path to your HDFql include folder] is the path on your computer to the include folder of HDFql. In my case, for example, this is

and for the wrappers

Uninstall:

Usage:

where

consider that

otherwise sqlp will ignore your query.

Credits and Sources:

Please let me know if I forgot to add any credits or sources.

License: