Expand description
Streaming SQLite tokenizer
Modules§
- sql
- Adaptation/port of
SQLitetokenizer
Structs§
- Scanner
- Like a
BufReaderbut with a growable buffer. Successive calls to thescanmethod will step through the ‘tokens’ of a file, skipping the bytes between the tokens.