We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b61057 commit f7ef356Copy full SHA for f7ef356
.gitignore
@@ -0,0 +1 @@
1
+/jsonnet-playground
README.md
@@ -34,5 +34,13 @@ following command.
34
35
```
36
$ docker run --net=host --name jsonnet --rm -e MYSQL_ROOT_PASSWORD=secret -e MYSQL_DATABASE=jsonnet -d mysql:5.7
37
-$ JSONNET_MYSQL_CONN="root:secret@tcp(127.0.0.1:3306)/jsonnet" ./compile -sql
+$ JSONNET_MYSQL_CONN="root:secret@tcp(127.0.0.1:3306)/jsonnet" ./jsonnet-playground -sql
38
+```
39
+
40
+### Local Testing
41
42
+Build and run
43
44
45
+./jsonnet-playground -in-memory
46
0 commit comments