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
'description', 'Convert your SQL database into a website in minutes. In this 5-minute guide, we will create a simple website from scratch, and learn the basics of SQLPage.'
18
+
)) as properties
19
+
FROM example WHERE component ='shell'LIMIT1;
20
+
16
21
SELECT'hero'as component,
17
22
'Your first SQL Website'as title,
18
-
'Let''s create your first website in SQL together, from downloading SQLPage to connecting it to your database, to making a web app'as description,
23
+
'[SQLPage](/) is a free tool for building data-driven apps quickly.
24
+
25
+
Let''s create a simple website with a database from scratch, to learn SQLPage basics.'as description_md,
19
26
case $os
20
27
when 'linux' then 'get_started_linux.webp'
21
28
when 'macos' then 'get_started_macos.webp'
@@ -39,11 +46,12 @@ SELECT 'alert' as component,
39
46
'Afraid of the setup ? Do it the easy way !'as title,
40
47
'mood-happy'as icon,
41
48
'teal'as color,
42
-
'You don’t want to have anything to do with scary hacker things ?
43
-
You can use a preconfigured SQLPage hosted on our servers, and **never have to configure a server** yourself.'as description_md,
44
-
'https://editor.datapage.app'AS link,
45
-
'Try SQLPage from your browser'as link_text;
46
-
select'https://datapage.app'as link, 'Host your app on our servers'as title, 'teal'as color;
49
+
'You don’t want to install anything on your computer ?
50
+
You can use a preconfigured SQLPage hosted on our servers, and get your app online in minutes, without **ever having to configure a server** yourself.'as description_md,
51
+
'https://datapage.app'AS link,
52
+
'Host your app on our servers'as link_text;
53
+
select'https://editor.datapage.app'as link, 'Try SQLPage from your browser'as title, 'teal'as color;
0 commit comments