Fluent Example
Clone this repo and run swift build
to download the dependencies, then run .build/debug/FluentApp
View Fluent for documentation.
Swift 2.2 or later is required.
Example Table
SQLite file is here.
sqlite3 Database/main.sqlite
Run the following SQL query to set up the example table.
CREATE TABLE users(id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL);
Works on Ubuntu.