Skip to content

vapor-community/csqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. The workaround is install SQLite from Homebrew:

$ brew install sqlite3

Linux

Install libsqlite3-dev using apt-get

$ sudo apt-get install libsqlite3-dev

About

C module map for SQLite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages