hord

Manage data in Go with a simple key-value interface supporting various databases.

APACHE-2.0 License

Stars
15

Bot releases are hidden (Show)

hord - v0.3.0 Latest Release

Published by madflojo 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/madflojo/hord/compare/v0.2.4...v0.3.0

hord - v0.2.4

Published by madflojo 8 months ago

What's Changed

Full Changelog: https://github.com/madflojo/hord/compare/v0.2.3...v0.2.4

hord - v0.2.3

Published by madflojo 10 months ago

What's Changed

Full Changelog: https://github.com/madflojo/hord/compare/v0.2.2...v0.2.3

hord - v0.2.2

Published by madflojo 12 months ago

What's Changed

Full Changelog: https://github.com/madflojo/hord/compare/v0.2.1...v0.2.2

hord - v0.2.1

Published by madflojo almost 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/madflojo/hord/compare/v0.2.0...v0.2.1

hord - v0.2.0

Published by madflojo over 1 year ago

This release adds several new drivers, including BoltDB, NATS (closing #20), and an internal Hashmap.

What's Changed

Full Changelog: https://github.com/madflojo/hord/compare/v0.1.3...v0.2.0

hord - v0.1.3

Published by madflojo over 3 years ago

This is a minor release which primarily adds a mock driver to use with testing.

hord - v0.1.2

Published by madflojo almost 4 years ago

🤦

hord - v0.1.1

Published by madflojo almost 4 years ago

Minor bug fix where Redis previously returned an error on nil records.

hord - v0.1.0

Published by madflojo about 4 years ago

This is an initial release of Hord. It is still under active development so do expect interfaces to change.