sea-orm-tutorial
sea-orm-tutorial copied to clipboard
ebook for SeaORM tutorial
We would like to rewrite SeaORM tutorial and align with SeaORM 0.8.0 and beyond. We're going to have two types of tutorial: 1. The Basics of SeaORM: covers all essentials...
## PR Info In #18 , the example password seems to have changed from `root` to `password`, but the password in the first example was still `root`, so I fixed...
## PR Info Code is easier to comprehend with the missing use-statements (especially because of the necessatiy to use 'as').