https://github.com/leonardoalonso/rust-backend
https://github.com/leonardoalonso/rust-backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardoalonso/rust-backend
- Owner: leonardoAlonso
- Created: 2022-07-24T22:14:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T23:24:37.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:16:11.553Z (4 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Rust backend
This project works with [diesel](https://diesel.rs/guides/getting-started) as ORM
**Run migration**
diesel migration run
**Rever migration**
diesel migration redo