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
- Host: GitHub
- URL: https://github.com/vapor-community/csqlite
- Owner: vapor-community
- License: mit
- Created: 2016-01-28T23:43:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T16:47:18.000Z (about 9 years ago)
- Last Synced: 2025-06-01T00:56:41.937Z (5 months ago)
- Language: Swift
- Size: 826 KB
- Stars: 8
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`