Skip to content

Commit 40aaaaf

Browse files
committed
Add link to db-less fork
1 parent 96d7af7 commit 40aaaaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The app won't work until you set up the database, as described below.
4040

4141
This demo uses Postgres. First, follow its [installation link](https://wiki.postgresql.org/wiki/Detailed_installation_guides) for your platform.
4242

43+
Alternatively you can check out this [fork](https://github.com/pomber/server-components-demo/) which will let you run the demo app without needing a database. However you won't be able to execute SQL queries, but fetch should still work.
44+
4345
The below example will setup the database for this app, assuming that you have a UNIX-like platform:
4446

4547
### Step 1. Create the Database

0 commit comments

Comments
 (0)