octosql icon indicating copy to clipboard operation
octosql copied to clipboard

SQLite support?

Open Dialga opened this issue 5 years ago • 3 comments

Hi, since octosql supports mysql and postgresql, can sqlite support be added?

Dialga avatar Apr 13 '20 01:04 Dialga

Hey, we indeed wanted to add it, but SQLite unfortunately requires CGO.

We haven't yet thought through how we stand on the CGO issue. On the one hand we could add it, with the caveat that it would only work on Linux, on the other it would be nice to explore developing such functionality fully cross-platform.

cube2222 avatar Apr 13 '20 07:04 cube2222

We should experiment with something like https://github.com/karalabe/xgo

cube2222 avatar Apr 13 '20 08:04 cube2222

There is now a pure go implementation of sqlite here https://gitlab.com/cznic/sqlite.

Dialga avatar Feb 04 '21 17:02 Dialga