Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vapor-community/sqlite-driver

SQLite driver for Fluent
https://github.com/vapor-community/sqlite-driver

deprecated

Last synced: about 1 month ago
JSON representation

SQLite driver for Fluent

Awesome Lists containing this project

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
```