Add example of SQLite table relationships#13309
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds a new section on using relationships between tables to the SQLite cookbook documentation. The review feedback suggests using the :::note container for consistency, adhering to the 80-character limit for semantic line breaks, and adding a note regarding the requirement to enable foreign key support in sqflite.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
/gcbrun |
|
Visit the preview URL for this PR (updated for commit 8040b0a): https://flutter-docs-prod--pr13309-add-sqlite-relations-exampl-oiw98tci.web.app |
Description
Adds a small section demonstrating how to define relationships between tables in SQLite using foreign keys.
This enhances the existing tutorial by introducing a real-world use case without modifying the current flow of the guide.
Issues fixed by this PR
Closes #93073
PRs or commits this PR depends on
None
Presubmit checklist