Skip to content

SeaQL/sea-orm-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaORM Cookbook

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

Discord

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

$ cargo install mdbook

Then run mdbook

$ mdbook serve --open

This will open the book in your default browser. Alternatively, access it from any browser by visiting http://localhost:3000

License

The information and examples provided in this repository are licensed under Apache-2.0

Cheers!