https://github.com/seaql/sea-orm-cookbook
ebook for SeaORM Cookbook
https://github.com/seaql/sea-orm-cookbook
Last synced: 6 months ago
JSON representation
ebook for SeaORM Cookbook
- Host: GitHub
- URL: https://github.com/seaql/sea-orm-cookbook
- Owner: SeaQL
- License: apache-2.0
- Created: 2022-10-13T08:40:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T12:48:57.000Z (10 months ago)
- Last Synced: 2025-03-27T21:02:07.598Z (10 months ago)
- Language: Handlebars
- Homepage: https://www.sea-ql.org/sea-orm-cookbook/
- Size: 1.06 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SeaORM Cookbook
The SeaORM Cookbook is a collection of frequently asked questions and the best practice of SeaORM.
[](https://discord.com/invite/uCPdDXzbdv)
For additional help on **SeaORM** specific questions, join the support Discord chat.
## Running the tutorial book
To run the tutorial book as local host first install [mdbook](https://crates.io/crates/mdbook)
```sh
$ cargo install mdbook
```
Then run mdbook
```sh
$ mdbook serve --open
```
This will open the book in your default browser. Alternatively, access it from any browser by visiting [http://localhost:3000](http://localhost:3000)
## License
The information and examples provided in this repository are licensed under **Apache-2.0**
Cheers!