You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transactions support (#16)
* version was bumped to 0.1.3.4
* you can use `transact` function now
* all transformers moved from `transformers` to `mtl`
* travis GHC version update
* `pack` and `unpack` functions export was moved to `Database.Bolt.Serialization` to prevent name collisions
Great thanks to @gvolpe for feature request, code prototyping and review!