Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vapor-community/sqlite-driver
SQLite driver for Fluent
https://github.com/vapor-community/sqlite-driver
deprecated
Last synced: about 2 months ago
JSON representation
SQLite driver for Fluent
- Host: GitHub
- URL: https://github.com/vapor-community/sqlite-driver
- Owner: vapor-community
- License: mit
- Created: 2016-01-29T02:19:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T22:28:43.000Z (almost 8 years ago)
- Last Synced: 2024-05-18T22:53:13.709Z (8 months ago)
- Topics: deprecated
- Language: Swift
- Size: 78.1 KB
- Stars: 9
- Watchers: 18
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- TheList - SQLite driver for Fluent
README
# SQLite Driver for Fluent
## Install SQLite3-Dev
### OS X
```shell
brew install sqlite3 libsqlite3-dev
```### Linux
```shell
sudo apt-get update
sudo apt-get install sqlite3 libsqlite3-dev
```