crystal-sqlite3 v0.19.0 Release Notes

Release Date: 2022-01-28 // about 2 years ago
    • โšก๏ธ Update to crystal-db ~> 0.11.0. (#77)
    • ๐Ÿ›  Fix timestamps support to allow dealing with exact seconds values (#68, thanks @yujiri8, @tenebrousedge)
    • ๐Ÿ‘ท Migrate CI to GitHub Actions. (#78)

    ๐Ÿš€ This release requires Crystal 1.0.0 or later.


Previous changes from v0.18.0

    • โž• Add REGEXP support powered by Crystal's std-lib Regex. (#62, thanks @yujiri8)