https://github.com/silwings-git/reservation_study
https://github.com/silwings-git/reservation_study
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/silwings-git/reservation_study
- Owner: Silwings-git
- Created: 2025-05-25T07:53:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-30T15:38:18.000Z (12 months ago)
- Last Synced: 2025-06-30T16:44:28.045Z (12 months ago)
- Language: Rust
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reservation
A core reservation service that solves the problem of reserving a resource for a period of time.
For technical details, please refer to [RFC: core reservation service](rfcs/0001-core-reservation.md).
数据迁移
```bash
sqlx migrate run
```