HISQRY hisqry


About Hisqry

What is the Hisqry?

The hisqry is a relational database program fully written in C++. Everything is written in C++17 and can be compiled in a single C++ compiler invocation.

What is Included?

The package includes
  1. an executable file of a database application, and
  2. C/C++ APIs.

How to Install?

The below commands install the binary, library header, and dynamic library under a directory.
% make
% make install PREFIX=<path>
Refer to INSTALL.txt to see more details on instructions.

Supported SQL Syntax

Refer to SQL syntax page for detailed supported SQL statements.

C API

Refer to C API page for supported APIs and their details. The page also includes an example.

C API Example

The example code above and Makefile are available under example directory.