On Wed, 8 Mar 2017 08:17:30 -0800 (PST)
Basile Starynkevitch <bas...@starynkevitch.net> wrote:

> > So if you're not really tied to SQLite as such (and picked it
> > merely because you're familiar with it or because it's a sane go-to
> > choice for single-file structured data persistence solution) other
> > pure-Go solutions exist. 
> >
> 
> I'm ok with other pure-Go persistence solution, but what are you
> thinking about? A GDBM like thing is perhaps not enough for me 

How about [1]?

There also several K/V stores.  [2] comes to mind.  Supposedly other
folks would throw in their own favorites.

1. https://godoc.org/github.com/cznic/ql
2. https://godoc.org/github.com/boltdb/bolt

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to