mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
568 B
568 B
v0.9.0 (2017-12-31)
- Update to crystal-db ~> 0.5.0
v0.8.3 (2017-11-07)
- Update to crystal-db ~> 0.4.1
- Add
SQLite3::VERSION
constant with shard version. - Add support for multi-steps statements execution. (see #27, thanks @t-richards)
- Fix how resources are released. (see #23, thanks @benoist)
- Fix blob c bindings. (see #28, thanks @rufusroflpunch)