Closed cg505 closed 10 years ago
Do we really want to use SQLite? From what, I understand it has some technical limitations that we wouldn't encounter using anywhere below 20 clients, but it can get laggy with lots of connections.
I would like to stick to sqlite for development. I agree that at some point we should probably switch to mysql or postgresql. However, that has nothing to do with this issue. I am pretty sure sequel has adapters for all three of those.
This is mostly completed now. SQLite remains, but can be changed relatively simply in the future. I'm working on migrations for the database, and then it should be good to go.
Sequel implementation is now functional to @Sammidysam and my knowledge.
So I still haven't done this and probably won't have the chance to for a while. Would someone else mind? It would be good to use sequels model functionality.