vilterp / treesql

prototype: a relational database which supports live GraphQL-like queries. Written in Go with BoltDB storage.
37 stars 1 forks source link

BoltDB Archived, Switch to CoreOS's bbolt #13

Open theGeekPirate opened 6 years ago

theGeekPirate commented 6 years ago

Hi there, Randomly came across your repo and noticed you were using BoltDB, which has been archived. CoreOS's fork bbolt would be a better option since it seems to be the most active.

whisper-bye commented 6 years ago

maybe badgerdb is a better choice.

theGeekPirate commented 6 years ago

Yeah, I was mainly thinking about a drop-in replacement, but moving to badgerdb may be a better idea if possible.

recoilme commented 5 years ago

Nice project. i'm a developer of https://github.com/recoilme/pudge db Maybe it will not bad choice too

ghost commented 5 years ago

Use Badger. Its really getting mature now. Its just got streaming and backup and raft support fro the dgraph guys. Its all got for regression testing on all commits now. they also make it easy to do indexes and secondary indexes.