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.
- Host: GitHub
- URL: https://github.com/sanengineer/vapor-postgresql-backend-stack
- Owner: sanengineer
- License: mit
- Created: 2020-08-31T21:53:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T17:40:43.000Z (about 5 years ago)
- Last Synced: 2025-01-10T16:36:47.702Z (12 months ago)
- Topics: linux-swift, postgres, postgresql, server-side-swift, swift, swift-backend, swift-linux, swift4-2, vapor, vapor-swift, web-framework
- Language: Swift
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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