We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59bc231 + 1052204 commit 37fd2a0Copy full SHA for 37fd2a0
dev-demo/.env.sample
@@ -7,5 +7,5 @@ HEAVY_DEBUG=
7
HEAVY_DEBUG_QUERY=
8
PORT=3000
9
10
-DATABASE_FILE=./db.sqlite
+DATABASE_FILE=./.db.sqlite
11
DATABASE_FILE_URL=file:${DATABASE_FILE}
dev-demo/resources/clicks.ts
@@ -5,7 +5,7 @@ export default {
5
dataSource: "ch",
6
table: "clicks",
/*
- SQL to create table run SQL in http://localhost:8123/play
+ SQL to create table run SQL in http://localhost:8124/play
CREATE TABLE demo.clicks (
clickid UUID PRIMARY KEY,
element String,
0 commit comments