spox / allgems

Document everything
http://github.com/spox/allgems
3 stars 2 forks source link

Database target #11

Closed spox closed 14 years ago

spox commented 14 years ago

I was really hoping that sqlite would be okay for this project, and I guess at the beginning, it was. It really isn't anymore as we have multiple threads and processes vying for attention, and being rejected far too often. I think I'm going to fix the migration file back up to pure sequel and default out to using postgres, which means more configuration and such. However, this shouldn't be a bad thing as we will have better availability.

spox commented 14 years ago

working on postgres