https://github.com/ubugeeei/rust-orm-diesel-sample
https://github.com/ubugeeei/rust-orm-diesel-sample
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ubugeeei/rust-orm-diesel-sample
- Owner: ubugeeei
- Created: 2022-07-02T10:59:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T13:08:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T19:50:01.969Z (3 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
1. install diesel cli
2. setup and migration
```sh
$ make orm_setup
$ make orm_migrate
```3. run
```sh
$ make run
```