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

https://github.com/sanengineer/vapor-postgresql-backend-stack

Vapor is web framework for Swift, in this project I used 🐘 PostgreSQL for database. If you search ORM (Object Relational Mapping) Vapor has Fluent.
https://github.com/sanengineer/vapor-postgresql-backend-stack

linux-swift postgres postgresql server-side-swift swift swift-backend swift-linux swift4-2 vapor vapor-swift web-framework

Last synced: 10 months ago
JSON representation

Vapor is web framework for Swift, in this project I used 🐘 PostgreSQL for database. If you search ORM (Object Relational Mapping) Vapor has Fluent.

Awesome Lists containing this project

README

          

# Backend Stack With Vapor and PostgreSQL

Vapor is web framework for Swift, in this project I used 🐘 PostgreSQL for database.

If you need ORM (Object Relational Mapping) SQL or noSQL, Vapor has Fluent.

Prequired:

Vapor Version 3.0

## Let's Try My Project

If you have already installed the Vapor toolbox, you can create a new Vapor project from this repo using the following command:

vapor new YourProjectName --template=sanengineer/vapor-postgresql-backend-stack