https://github.com/dal-go/dalgo2buntdb
DALgo driver to BuntDB
https://github.com/dal-go/dalgo2buntdb
buntdb dalgo dalgo-adapter database go golang nosql
Last synced: 14 days ago
JSON representation
DALgo driver to BuntDB
- Host: GitHub
- URL: https://github.com/dal-go/dalgo2buntdb
- Owner: dal-go
- License: mit
- Created: 2021-09-24T15:09:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T03:14:51.000Z (about 1 month ago)
- Last Synced: 2025-05-22T04:25:03.520Z (about 1 month ago)
- Topics: buntdb, dalgo, dalgo-adapter, database, go, golang, nosql
- Language: Go
- Homepage: https://github.com/strongo/dalgo
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go package: [`github.com/dal-go/dalgo2buntdb`](https://github.com/dal-go/dalgo2buntdb)
[](https://github.com/dal-go/dalgo2buntdb/actions/workflows/ci.yml)
[](https://goreportcard.com/report/github.com/dal-go/dalgo2buntdb)
[](https://godoc.org/github.com/dal-go/dalgo2buntdb)Bridge to [BuntDB](https://github.com/tidwall/buntdb) API
for [`github.com/dal-go/dalgo`](https://github.com/dal-go/dalgo) interface.## What is BuntDB?
BuntDB is a low-level, in-memory, key/value store in pure Go. It persists to disk, is ACID compliant, and uses locking
for multiple readers and a single writer. It supports custom indexes and geospatial data. It's ideal for projects that
need a dependable database and favor speed over data size.## What is `DALgo`?
[`DALgo`](https://github.com/dal-go/dalgo) is a Database Abstraction Layer (in) Go (language).
## End-to-End testing
This package is covered by end-to-end tests
from [`github.com/dal-go/dalgo-end2end-tests`](https://github.com/dal-go/dalgo-end2end-tests).## License
Open source under [MIT License](LICENSE) & free to use.