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.
1 parent 98a08ea commit 93a5a42Copy full SHA for 93a5a42
.github/workflows/build.yaml
@@ -10,4 +10,4 @@ jobs:
10
- name: Fetch Repository
11
uses: actions/checkout@v3
12
- name: Run Benchmark
13
- run: ./run_benchmarks.sh
+ run: docker-compose up
README.md
@@ -149,7 +149,7 @@ From [`results.md`](results.md):
149
150
### To-Do List:
151
152
-- [ ] Add prisma or new ORMs?
+- [ ] Add [sqlh](github.com/nofeaturesonlybugs/sqlh).
153
- [ ] Use benchmark tools of `testing` as benchmark suite.
154
155
### License
0 commit comments