Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niaow/bucket
Bucket stores unordered key-value pairs in an easy-to-implement format with support for transactional updates. Its not good.
https://github.com/niaow/bucket
Last synced: 29 days ago
JSON representation
Bucket stores unordered key-value pairs in an easy-to-implement format with support for transactional updates. Its not good.
- Host: GitHub
- URL: https://github.com/niaow/bucket
- Owner: niaow
- Created: 2021-11-14T01:48:24.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-14T01:49:20.000Z (about 3 years ago)
- Last Synced: 2024-10-14T12:43:06.500Z (2 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bucket stores unordered key-value pairs in an easy-to-implement format with support for transactional updates.
Please don't use it for anything serious until I make it less awful.