Skip to content

Commit 8561699

Browse files
committed
tweaking docs
1 parent ac4bdc9 commit 8561699

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ CREATE TABLE user (
2929
const output = await sqldef('mysql', sql1, sql2)
3030
```
3131

32-
_TODO_: notes about web/bun/deno/etc
33-
_TODO_: make node CLI that can actually perform operations on real database
34-
35-
3632
### development
3733

3834
Normally, you should not need to do this stuff, but for local dev:
@@ -48,3 +44,8 @@ npm start
4844
# run all unit-tests
4945
npm t
5046
```
47+
48+
## todo
49+
50+
- more notes about web/bun/deno/etc
51+
- make node CLI that can actually perform operations on real database

0 commit comments

Comments
 (0)