Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awtkns/actix-sqlx-pg
https://github.com/awtkns/actix-sqlx-pg
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/awtkns/actix-sqlx-pg
- Owner: awtkns
- License: mit
- Created: 2023-07-01T01:40:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T01:40:35.000Z (over 1 year ago)
- Last Synced: 2024-10-15T21:06:09.572Z (28 days ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actix-sqlx-pg
Example Actix application using SQLX for PostgreSQL
## About
This is a minimal Actix web application configured to use SQLX for making typesafe queries,
without relying on an ORM like [Diesel](https://diesel.rs/).The included `docker-compose.yaml` is for provisioning a local PostgreSQL instance
if you do not want to pre-provision a Railway database, or if you would like to
avoid using your database provisioned on Railway as a development database.[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/4lz789?referralCode=vMAgAq)