-
-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add and improve examples of connections, queries and more (#2337)
* chore: prevent large package-lock.json modifications * ci: add unit tests * docs: `SELECT` examples using Prepared Statement * chore: update Docusaurus * ci: include unit tests * ci: check for doc files extensions * docs: adapting examples for both JS and TS * docs: `INSERT` examples using Prepared Statement * docs: `UPDATE` examples using Prepared Statement * docs: `DELETE` examples using Prepared Statement * docs: fix broken links * ci: throw for broken links * docs: include tags * ci: rename website CI and include unit tests * docs: `SELECT` query examples * docs: `INSERT` query examples * docs: `UPDATE` query examples * docs: `DELETE` query examples * docs: introduce connection examples * docs: `createConnection` examples * docs: `createPool` examples * docs: `createPoolCluster` examples * docs: group queries examples * docs: unify, group and reorganize examples * docs: fix broken links * docs: suggest examples in their respective sections in home * docs: add Row as Array query example * docs: polish examples * docs: add `ExternalCodeEmbed` component to website contributing
- Loading branch information
1 parent
75b05f0
commit 323ab12
Showing
65 changed files
with
4,865 additions
and
804 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/build | ||
/.docusaurus | ||
/.cache-loader | ||
/**/*.mdx |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
/.docusaurus | ||
/.cache-loader | ||
# /**/*.mdx | ||
package-lock.json |
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
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
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
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
Oops, something went wrong.