| Crates.io | reedline_sql_highlighter |
| lib.rs | reedline_sql_highlighter |
| version | 0.1.0 |
| created_at | 2024-03-07 03:03:52.472146+00 |
| updated_at | 2024-03-07 03:03:52.472146+00 |
| description | A SQL keyword highlighter for reedline |
| homepage | https://github.com/vinyldb/reedline_sql_highlighter |
| repository | https://github.com/vinyldb/reedline_sql_highlighter |
| max_upload_size | |
| id | 1165495 |
| size | 157,866 |

A SQL keyword highlighter for reedline.
It uses reedline 0.30.x;
The implementation is quite in-efficient, it tokenizes the (the whole) input string and highlights the keywords, on every input buffer change.