https://github.com/oxide-byte/sqlx_almanac
A simple personal collection of Use Cases linked to sqlx and seaorm
https://github.com/oxide-byte/sqlx_almanac
seaorm sqlx
Last synced: 2 months ago
JSON representation
A simple personal collection of Use Cases linked to sqlx and seaorm
- Host: GitHub
- URL: https://github.com/oxide-byte/sqlx_almanac
- Owner: oxide-byte
- License: mit
- Created: 2024-08-08T18:37:30.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T20:32:35.000Z (10 months ago)
- Last Synced: 2025-01-21T04:17:09.077Z (4 months ago)
- Topics: seaorm, sqlx
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLX Almanac
This is a small sample collection for SQLX
## Requirement:
cargo install sqlx-cli
## Documentation:
Migration file has been added with:
sqlx migrate add -r todo_table
## Build:
Add to environment the variable, or modify .env file
DATABASE_URL="postgres://postgis:postgis@localhost:5431/postgis"
## SEA-ORM
## Requirement:
cargo install [email protected]