Skip to content

Commit

Permalink
add schema generation and iterative change info to Connect to existin…
Browse files Browse the repository at this point in the history
…g database page (#6624)

* add crudl section with tagged release for sql

* specify the engine types

* update sql schema introspection queries

* remove tagged release

* remove experimental warnings

* uncomment field level auth callout and

* Applied edits

* applied edits

* Update src/pages/[platform]/build-a-backend/graphqlapi/connect-api-to-existing-database/index.mdx

Co-authored-by: Tim Schmelter <[email protected]>

* Added relationships callout

* fix a11y issues

---------

Co-authored-by: Rene Brandel <[email protected]>
Co-authored-by: Rene Brandel <[email protected]>
Co-authored-by: Tim Schmelter <[email protected]>
  • Loading branch information
4 people authored Dec 12, 2023
1 parent b5e80e8 commit bc8f0e9
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 205 deletions.
13 changes: 11 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@
"PinpointTargeting",
"pipenv",
"pipenv's",
"pkey",
"placeindex",
"pluggable",
"png",
Expand Down Expand Up @@ -1565,12 +1566,20 @@
"multirepo",
"startbuild"
],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
"flagWords": [
"hte",
"full-stack",
"Full-stack",
"Full-Stack",
"sudo"
],
"patterns": [
{
"name": "youtube-embed-ids",
"pattern": "/embedId=\".*\" /"
}
],
"ignoreRegExpList": ["youtube-embed-ids"]
"ignoreRegExpList": [
"youtube-embed-ids"
]
}
Loading

0 comments on commit bc8f0e9

Please sign in to comment.