Skip to content

Commit fabbf62

Browse files
authored
Update README.md
1 parent f62a91a commit fabbf62

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ sqlread is a mysql dump parser that allows you to query MySQL dumps directly wit
99

1010
Currently very picky and only likes `mysqldump` generated output dumps. Milage may vary on dumps created with other tools like Navicat. Compatability is a work in progress.
1111

12+
## Todo:
13+
14+
While the code is quite usable and useful, I still have a ways to go.
15+
16+
- [ ] Query fields without backticks - currently all fields must be wrapped in backticks.
17+
- [ ] Basic WHERE support - not currently implemented.
18+
- [ ] Optimization of heavily `\`'d string parsing
19+
1220
## Installation
1321

1422
### From Source

0 commit comments

Comments
 (0)