Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 360 Bytes

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 360 Bytes

=== 0.1.0 / 08 Jun 2013

  • Database file support (readonly not supported yet)
  • Exception handling
  • Transaction support
  • API change:
    • Database#store doesn't return an unqlite_return_code anymore (but still a truthy value).

=== 0.0.1 / 02 Jun 2013

  • First version
  • Only basic methods implemented (#new #store #fetch)
  • Only in-memory database support