octosql
octosql copied to clipboard
SQLite support?
Hi, since octosql supports mysql and postgresql, can sqlite support be added?
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.
We should experiment with something like https://github.com/karalabe/xgo
There is now a pure go implementation of sqlite here https://gitlab.com/cznic/sqlite.