reedline_sql_highlighter

Crates.ioreedline_sql_highlighter
lib.rsreedline_sql_highlighter
version0.1.0
sourcesrc
created_at2024-03-07 03:03:52.472146
updated_at2024-03-07 03:03:52.472146
descriptionA SQL keyword highlighter for reedline
homepagehttps://github.com/vinyldb/reedline_sql_highlighter
repositoryhttps://github.com/vinyldb/reedline_sql_highlighter
max_upload_size
id1165495
size157,866
SteveLauC (SteveLauC)

documentation

https://docs.rs/reedline_sql_highlighter

README

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.

Commit count: 0

cargo fmt