mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
994 B
994 B
(unreleased)
-
Changed default connection pool size limit is now 0 (unlimited).
-
Fixed allow new connections right away if pool can be increased
v0.2.0 (2016-10-20)
- Fixed release DB connection if an exception occurs during execution of a query (thanks @ggiraldez)
v0.1.1 (2016-09-28) [YANKED]
This release requires crystal 0.19.2
Note: v0.1.1 is yanked since is incompatible with v0.1.0 more.
-
Added connection pool.
DB.open
works with a underlying connection pool. UseDatabase#using_connection
to ensure the same connection is been used across multiple statements. more -
Added mappings. JSON/YAML-like mapping macros (thanks @spalladino) more
-
Changed require ResultSet implementors to just implement
read
, optionally implementingread(T.class)
.
v0.1.0 (2016-06-24)
- Initial release