bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
158 stars 59 forks source link

Is lmdb-go still active? #121

Open GeoffreyPlouviez opened 6 years ago

GeoffreyPlouviez commented 6 years ago

Hello, Is the project still active and maintained please? Thank you very much!

itsmontoya commented 6 years ago

This repo hasn't had an update in a year. The other popular LMDB repo is also quite dead. I think your best bet is to run something built in go (like boltdb)

xlab commented 6 years ago

What could be considered as maintenance in a project that works perfectly? C source is not updated quite often, it's stable. Also, people who choose LMDB can't just stick with BoltDB :)

ptomasroos commented 5 years ago

Using it over here ver successfully!