crystal-lang / crystal-sqlite3

SQLite3 bindings for Crystal
MIT License
139 stars 30 forks source link

Enable REGEXP by connecting Crystal's stdlib Regex #62

Closed ghost closed 3 years ago

ghost commented 3 years ago

For #61.

Phew! This took me a long time to figure out. I've never worked with Crystal's FFI before. Ideally this should expose the create_function interface fully, but I hope to get feedback on the code before I try to take it farther. I can add tests tomorrow.

bcardiff commented 3 years ago

Thanks @yujiri8 🙇