Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1015 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 1015 Bytes

DS

Go Report Card Godoc Releases LICENSE

Package ds (short for "data store") is a key-value store with hash indexes. It allows for rudimentary but lightning fast retrieval of grouped or relevant data without having to iterate over all objects in the store.

Define the primary key, indexed keys, and unique keys as tags on struct fields, and DS takes care of the rest.

Usage & Examples

Examples can be found on the documentation for the library