You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official-site/your-first-sql-website/hosted.sql
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,19 @@ select 'shell' as component,
10
10
SELECT'hero'as component,
11
11
'Hosted SQLPage'as title,
12
12
'Work In Progress: We are working on a cloud version of SQLPage
13
-
that will enable you to effortlessly set up your website online without the need to download any software or configure your own server.
14
-
15
-
In the meantime, you can already [try SQLPage online on repl.it](https://replit.com/@pimaj62145/SQLPage#index.sql)'as description,
13
+
that will enable you to effortlessly set up your website online without the need to download any software or configure your own server.'as description,
0 commit comments