9 lines
160 B
Markdown
9 lines
160 B
Markdown
|
|
# Quick start with sqlxgentools
|
||
|
|
|
||
|
|
Steps:
|
||
|
|
- Install the crate
|
||
|
|
- Declare your models
|
||
|
|
- Generate migrations
|
||
|
|
- Generate repositories
|
||
|
|
- Use repositories in your code
|