Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinrgodsey/go-tokyocabinet
Go bindings for the Tokyo Cabinet database library
https://github.com/colinrgodsey/go-tokyocabinet
Last synced: 28 days ago
JSON representation
Go bindings for the Tokyo Cabinet database library
- Host: GitHub
- URL: https://github.com/colinrgodsey/go-tokyocabinet
- Owner: colinrgodsey
- License: lgpl-2.1
- Created: 2014-11-26T21:24:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T00:19:12.000Z (about 10 years ago)
- Last Synced: 2024-06-20T16:52:12.544Z (7 months ago)
- Language: Go
- Size: 204 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Go bindings for (most of) the Tokyo Cabinet database library.
Copyright 2014 ThreatGRID, Inc.
Included are API mappings for the abstract (ADB), hash (HDB), B+ (BDB), and
fixed-size (FDB) modules of Tokyo Cabinet. TDB is not mapped at this time.The newer Kyoto Cabinet library has separately maintained Go bindings by a
different author. If your software is compatible with the GPLv3 license, you
should use it instead; see http://bitbucket.org/ww/cabinetPlease see the upstream Tokyo Cabinet API documentation for usage.