Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ch01-00-simple-crud-getting-started.md #10

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

nicarran
Copy link
Contributor

@nicarran nicarran commented Jun 6, 2022

Missing features "attributes" for async-std on sample of manually edited Cargo.toml, it was correctly specified when using "cargo add". Thank you!

Missing features "attributes" for async-std. Thank you!
@billy1624
Copy link
Member

Hey @nicarran, thanks for spotting that! Actually, we're revamping the tutorials, so feel free to let us know your thoughts at:

Copy link
Member

@billy1624 billy1624 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! @nicarran

@billy1624 billy1624 merged commit 771705d into SeaQL:master Jun 7, 2022
@nicarran nicarran deleted the patch-1 branch June 7, 2022 21:46
billy1624 pushed a commit that referenced this pull request Jun 27, 2022
* Revamped outline

* Rewrite introduction

* Remove old tutorials

* Draft ch01-00

* Draft ch01-01

* Edit SQLite (in file) example URL

* Add bakery-backend source code

* Add `sea-orm-migration` dependency

* Create migrator module

* Create migrations

* Use Migrator to define the database schema

* Draft ch01-02

* Draft ch01-03

* Draft ch01-04

* Insert and update

* Find (single entity)

* Delete

* Draft ch01-06

* Draft ch01-07

* Remove PostgreSQL prompt symbol guide

* Add reminder of executing sea-orm-cli at the project root

* Specify file path of Cargo.toml

* intro: "the most" -> "a"

* Remove legacy example source files

* Draft ch01-08

* Add SeaQuery usage source code

* Add Rocket integration example source code

* Update SUMMARY

* Section rename: "Fetch from Database" -> "Connect to Database"

* Draft ch02-00

* Remove # in SUMMARY.md

* Add `/reset` endpoint in Rocket integration example source code

* Draft ch02-01

* Add templates to provide a minimal frontend

* Remove non-existent handler in ch02-01

* Draft ch02-02

* Add section for simple frontend using templates in plan

* Draft ch02-03

* Add mounting new endpoint handler in ch02-02

* Draft ch02-04

* Draft ch02-05

* Merge Billy's changes

* Update ch01-00-simple-crud-getting-started.md (#10)

Missing features "attributes" for async-std. Thank you!

* Remove old tutorial section ch01-00-simple-crud-getting-started.md

* Update GitHub workflows for building the examples

* Update README.md

* Prepare for early release (postponing the release of chapter 3)

Co-authored-by: Nicolas Carranza <[email protected]>
billy1624 added a commit that referenced this pull request Jul 15, 2022
* Revamped outline

* Rewrite introduction

* Remove old tutorials

* Draft ch01-00

* Draft ch01-01

* Edit SQLite (in file) example URL

* Add bakery-backend source code

* Add `sea-orm-migration` dependency

* Create migrator module

* Create migrations

* Use Migrator to define the database schema

* Draft ch01-02

* Draft ch01-03

* Draft ch01-04

* Insert and update

* Find (single entity)

* Delete

* Draft ch01-06

* Draft ch01-07

* Remove PostgreSQL prompt symbol guide

* Add reminder of executing sea-orm-cli at the project root

* Specify file path of Cargo.toml

* intro: "the most" -> "a"

* Remove legacy example source files

* Draft ch01-08

* Add SeaQuery usage source code

* Add Rocket integration example source code

* Update SUMMARY

* Section rename: "Fetch from Database" -> "Connect to Database"

* Draft ch02-00

* Remove # in SUMMARY.md

* Add `/reset` endpoint in Rocket integration example source code

* Draft ch02-01

* Add templates to provide a minimal frontend

* Remove non-existent handler in ch02-01

* Draft ch02-02

* Add section for simple frontend using templates in plan

* Draft ch02-03

* Add mounting new endpoint handler in ch02-02

* Draft ch02-04

* Draft ch02-05

* Merge Billy's changes

* Update ch01-00-simple-crud-getting-started.md (#10)

Missing features "attributes" for async-std. Thank you!

* Remove old tutorial section ch01-00-simple-crud-getting-started.md

* Update GitHub workflows for building the examples

* Update README.md

* Prepare for early release (postponing the release of chapter 3)

* Update SUMMARY.md for GraphQL sections

* Draft ch03-00

* Draft ch03-01

* Amend ch03-00

* Draft ch03-02

* Draft ch03-03

* Add GraphQL integration example source code

* Update GitHub workflows for building the graphql example

* Add endpoint for GraphQL playground

* Include the link to the full source code of the example at the start of each chapter

* Add GraphQL Integration example to README.md

* Draft ch03-05

* Remove section for GraphQL subscription because it is not supported yet

Co-authored-by: Nicolas Carranza <[email protected]>
Co-authored-by: Billy Chan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants