Packages

Depo provides lightweight storage and querying capabilities in Elixir by providing a minimal and polished API that builds on the unique advantages of SQLite.

Current section

Files

Jump to
depo CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
The format of this changelog is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- human readable changelog in README (fixes issue #20)
- improved `Depo.DB` formatting in logs
- internal refactor to share implementation between async and sync queries
- options for returning query values as lists of tuples, maps, or a single value (fixes issue #26)
- option for sending a single value to bind to a query not in a list (fixes issue #24)
- updated documentation to include information on why and how to use `teach/2` and `transact/2`