github.com/github.com/FOL-App-Devs/fluent-sqlite

SQLite driver for Fluent



Documentation

SQLite Driver for Fluent

Install SQLite3-Dev

OS X

brew install sqlite3 libsqlite3-dev

Linux

sudo apt-get update
sudo apt-get install sqlite3 libsqlite3-dev