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

https://github.com/vapor-community/csqlite

C module map for SQLite
https://github.com/vapor-community/csqlite

Last synced: 4 months ago
JSON representation

C module map for SQLite

Awesome Lists containing this project

README

          

# CSQLite

C module map for SQLite

## How to build

### OS X

The official `sqlite3.h` in the system is inside `/usr/include/sqlite3.h` after the install of Xcode's command line developer tools, but this header [has a bug](https://bugs.swift.org/browse/SR-89). The workaround is install SQLite from Homebrew:

`$ brew install sqlite3`

### Linux

Install `libsqlite3-dev` using `apt-get`

`$ sudo apt-get install libsqlite3-dev`