asg017 / sqlite-regex

A fast regular expression SQLite extension, written in Rust
Apache License 2.0
166 stars 7 forks source link

Nullable blob column support #20

Closed Sytten closed 6 months ago

Sytten commented 6 months ago

This is just a reference if other people are looking for an alternative that supports nullable Blob columns (instead of just non-null Text column). I decided to take inspiration and create https://github.com/caido/reglite.