frc-frecon / frecon

An API for building scouting apps for FRC competitions
MIT License
3 stars 0 forks source link

Switch to sequel #3

Closed cg505 closed 10 years ago

cg505 commented 10 years ago

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.

rye commented 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.

cg505 commented 10 years ago

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.

rye commented 10 years ago

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.

rye commented 10 years ago

Sequel implementation is now functional to @Sammidysam and my knowledge.