-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Missing features "attributes" for async-std. Thank you!
Hey @nicarran, thanks for spotting that! Actually, we're revamping the tutorials, so feel free to let us know your thoughts at: |
billy1624
approved these changes
Jun 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! @nicarran
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Missing features "attributes" for async-std on sample of manually edited Cargo.toml, it was correctly specified when using "cargo add". Thank you!