#sql #highlighter #reedline

reedline_sql_highlighter

A SQL keyword highlighter for reedline

1 unstable release

0.1.0 Mar 7, 2024

#905 in Database interfaces

Download history 121/week @ 2024-03-01 39/week @ 2024-03-08 16/week @ 2024-03-15 2/week @ 2024-03-22 9/week @ 2024-03-29

187 downloads per month

MIT license

150KB
118 lines

reedline_sql_highlighter

diagram

A SQL keyword highlighter for reedline.

Compatibility

It uses reedline 0.30.x;

Performance

The implementation is quite in-efficient, it tokenizes the (the whole) input string and highlights the keywords, on every input buffer change.

Dependencies

~7–18MB
~242K SLoC