An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SeaORM Cookbook

The SeaORM Cookbook is a collection of frequently asked questions and the best practice of SeaORM.

[![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](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!