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