Open thehowl opened 8 years ago
On a second thought, sqlite is a no-go, since it would break cross-platform compilation and I don't want to bother setting up gccgo and c bindings whatever on my build server. So I guess I'll just make a bad performing NoSQL embedded database for Go written without cgo stuff. Then, looking at database for scaling stuff, I saw that cassandra's pretty good for scaling, so that's on the list, too.
We now have 3 databases to implement:
(sqlite, postgresql should be priorities)