Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiendq/sqlitecxx

Modern C++ wrapper for SQLite3 library.
https://github.com/tiendq/sqlitecxx

c-plus-plus c-plus-plus-17 sqlite

Last synced: 10 days ago
JSON representation

Modern C++ wrapper for SQLite3 library.

Awesome Lists containing this project

README

        

# SQLiteCXX

A modern C++ wrapper for SQLite3 library.

## Getting Started

Build `sqlitecxx` library with [CMake](http://www.cmake.org), requires CMake and [SQLite3](http://www.sqlite.org). On macOS, you will normally find your current SQLite3 installation with command `brew info sqlite3`.

```bash
mkdir build
cd build
cmake ..
cmake --build .
```