SSB Log Entry 973
Any #go devs have experience with pure Go embedded DBs? Currently shopping around for a persistence layer for a Go implementation of #pigeon-protocol.
"Why not SQLite?": I'm doing a rewrite in Go to increase portability. SQLite does fit the bill, but adding C dependencies is antithetical to the goals of this particular implementation. I don't want to require a C compiler for builds.
Right now, NutsDB seems to be the best option.
|