ianterrell / postgresql-provider

PostgreSQL Provider for the Vapor web framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL Provider for Vapor

Adds PostgreSQL support to the Vapor web framework.

let postgresql = try VaporPostgreSQL.Provider(user: "root", password: "", dbname: "birdwatcher")

let app = Droplet(providers: [postgresql])

Install and link PostgreSQL

Follow the instructions at qutheory/postgresql to properly install and link PostgreSQL.

About

PostgreSQL Provider for the Vapor web framework.

License:MIT License


Languages

Language:Swift 100.0%