All Versions
23
Latest Version
Avg Release Cycle
93 days
Latest Release
602 days ago

Changelog History
Page 3

  • v0.2.0 Changes

    October 20, 2016
    • ๐Ÿ›  Fixed release DB connection if an exception occurs during execution of a query (thanks @ggiraldez)
  • v0.1.1 Changes

    September 28, 2016

    ๐Ÿš€ 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. Use Database#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 implementing read(T.class).

  • v0.1.0 Changes

    June 24, 2016
    • ๐ŸŽ‰ Initial release