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
This guide will walk you through creating and deploying your first SQLPage application using Spry.
14
-
<Tabsitems={['Installation using Executable Package', 'Installation using Deno']}>
15
-
<Tabvalue="Installation using Executable Package">
14
+
16
15
<Callout>
17
16
Make sure you've completed the <ahref="/docs/getting-started/installation#installation-of-executable-package"target="_blank"rel="noopener noreferrer">installation</a> steps before continuing.
18
17
* Go to the project location where you want to create your Spry application.
19
18
* Create a Spryfile.md file with sqlpage configuration using the following command.
20
19
```bash
21
-
spry-sqlpage init
20
+
spry sp init
22
21
```
23
22
For SQLite and PostgreSQL DB ensure the below content is available in Spryfile.md
24
23
```text
@@ -49,7 +48,7 @@ This guide will walk you through creating and deploying your first SQLPage appli
49
48
Generate the SQLPage source files from your Spryfile.md:
@@ -138,119 +137,7 @@ This guide will walk you through creating and deploying your first SQLPage appli
138
137
</Steps>
139
138
</Tab>
140
139
</Tabs>
141
-
</Tab>
142
-
<Tabvalue="Installation using Deno">
143
-
<Callout>
144
-
Make sure you've completed the <ahref="/docs/getting-started/installation#installation-by-using-deno"target="_blank"rel="noopener noreferrer">installation</a> steps before continuing.
145
-
</Callout>
146
-
147
-
## Installation using Deno: Development Workflow
148
-
149
-
Follow these steps to generate SQLPage assets and start the development server:
150
-
151
-
<Tabsitems={['SQLite', 'PostgreSQL']}>
152
-
<Tabvalue="SQLite">
153
-
### SQLite Setup
154
-
155
-
<Steps>
156
-
<Stepkey="gene-sql">
157
-
### Generate SQLPage Source Files
158
-
159
-
Generate the SQLPage source files from your Spryfile.md:
0 commit comments