sql-examples
Curated list of SQL to help you find useful script easily π
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- FUNDING.yml
- main.css
- Copied.vue
- Copy.vue
- Edit.vue
- Link.vue
- Star.vue
- Badge.vue
- Card.vue
- CopyButton.vue
- Footer.vue
- Header.vue
- LinkPreview.vue
- NotFound.vue
- Search.vue
- add-column.md
- add-constraints.md
- alter-column-type.md
- automatically-update-timestamp.md
- basic-aggregate-functions.md
- case-expression.md
- create-function-return-count.md
- create-function-return-table.md
- create-function.md
- create-table-constraints.md
- create-table-foreign-key.md
- create-table.md
- create-view.md
- cron-job.md
- describe-table.md
- drop-constraints.md
- drop-function.md
- drop-rls.md
- drop-trigger.md
- drop-view.md
- full-text-search.md
- handle-new-user.md
- increment-field-value.md
- list-all-constraint.md
- list-all-foreign-keys.md
- list-all-functions.md
- list-all-primary-keys.md
- list-all-table-size.md
- list-all-triggers.md
- query-text-from-text-array.md
- rename-constraints.md
- rls-advanced-policies.md
- rls-edit-policy.md
- rls-policies-with-joins.md
- rls-policies-with-security-definer-function.md
- rls-read-access.md
- rls-restrict-updates.md
- rls-time-to-live-for-rows.md
- rls-verifyng-email-domains.md
- seed-unlimited-users.md
- sequence-operations.md
- show-postgres-version.md
- stripe-subscriptions.md
- to-do-list.md
- update-constraints.md
- world-countries.md
- youtube-like-short-id.md
- default.vue
- error.vue
- _slug.vue
- index.vue
- index.vue
- icon.svg
- og.png
- splash.png
- README.md
- .editorconfig
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- interface.ts
- jsconfig.json
- LICENSE
- nuxt.config.js
- package.json
- README.md
- state.ts
- tsconfig.json
- windi.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/supabase-community/sql-examples
Downloads the entire project code from GitHub to your computer.
cd sql-examples
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install --global yarn
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install --global yarn
Installs the package published on the npm registry globally β no need to clone the source.
yarn install
Downloads and installs the libraries listed in package.json.
yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
