crystal-db v0.1.1 Release Notes

Release Date: 2016-09-28 // over 7 years ago
  • ๐Ÿš€ 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).