bnch / bancho

custom bancho implementation written in Go
MIT License
16 stars 3 forks source link

Support more databases #6

Open thehowl opened 8 years ago

thehowl commented 8 years ago

(sqlite, postgresql should be priorities)

thehowl commented 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: