ruby-mdbx/lib/mdbx.rb
mahlon@martini.nu 54a9409066 Don't inadvertantly close an open transaction while using hash convenience methods.
FossilOrigin-Name: 6454408d0a2347681d8030e1788f94904aa69e7502ba695f099d964a638b8d49
2021-03-15 06:52:44 +00:00

16 lines
210 B
Ruby

# -*- ruby -*-
# vim: set nosta noet ts=4 sw=4 ft=ruby:
# encoding: utf-8
require 'mdbx_ext'
# Top level namespace for MDBX.
#
module MDBX
# The version of this gem.
VERSION = '0.1.1'
end # module MDBX