Revamp SeaORM Tutorials (Issue #8)#9
Revamp SeaORM Tutorials (Issue #8)#9billy1624 merged 47 commits intoSeaQL:masterfrom shpun817:master
Conversation
|
Chapter 2 is ready for review. @billy1624 |
|
So cool! |
There was a problem hiding this comment.
Hey @shpun817, I guess you updated the code? Making migration a module instead of a separate crate.
Which is differs from the project structure stated in section 1.2: https://github.com/shpun817/sea-orm-tutorial/blob/master/tutorials-book/src/ch01-02-migration-cli.md
And, then when I read on to section 1.3: https://github.com/shpun817/sea-orm-tutorial/blob/master/tutorials-book/src/ch01-03-migration-api.md. And in this section, the code is extended from section 1.1 instead of 1.2.
Should we update the code and make it able to run the migration via CLI and via migrator API?
billy1624
left a comment
There was a problem hiding this comment.
I'm going to ignore seaql_migrations table in entity generation
|
Btw... could you help me to resolve the merge conflict? Thanks! |
Missing features "attributes" for async-std. Thank you!
|
Ready to merge! @billy1624 @tyt2y3 Leftover tasks:
|
Related issue: #8