Answer the question
In order to leave comments, you need to log in
Embedded SQL on GO?
Who knows the implemented projects on the subject?
At the moment I only know github.com/syndtr/goleveldb .
Answer the question
In order to leave comments, you need to log in
GoLevelDB is not pure Go at all. And this is not SQL at all, but key-value.
If you need a key-value database written in pure Go, then this is BoltDB. Great thing to use as emedded.
If you need a timeseries-DB on Go - this is InfluxDB
Others see here:
https://github.com/avelino/awesome-go#database
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question