A
A
Alina Oil2018-05-19 13:13:51
go
Alina Oil, 2018-05-19 13:13:51

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

2 answer(s)
C
chromimon, 2018-05-19
@alina-maslo

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

A
Alexander Pavlyuk, 2018-05-19
@pav5000

SQLite is there https://github.com/mattn/go-sqlite3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question