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 ac4bdc9 commit 8561699Copy full SHA for 8561699
README.md
@@ -29,10 +29,6 @@ CREATE TABLE user (
29
const output = await sqldef('mysql', sql1, sql2)
30
```
31
32
-_TODO_: notes about web/bun/deno/etc
33
-_TODO_: make node CLI that can actually perform operations on real database
34
-
35
36
### development
37
38
Normally, you should not need to do this stuff, but for local dev:
@@ -48,3 +44,8 @@ npm start
48
44
# run all unit-tests
49
45
npm t
50
46
47
+
+## todo
+- more notes about web/bun/deno/etc
51
+- make node CLI that can actually perform operations on real database
0 commit comments