SQLPage snippet generation #1199
YunusMechery
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
If you need to extract the source, structured data from the official site is here: https://github.com/sqlpage/SQLPage/tree/main/examples/official-site it can be extracted as a sqlite db: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since SQL autocompletion and SQLPage components auto completion conflicts always in code editors, I developed below on-demand SQLPage snippet generation using Google Sheets. May be useful to some people.
=IMPORTHTML("https://sql-page.com/component.sql?component=" & B1,"table",1)Beta Was this translation helpful? Give feedback.
All reactions