ignitebaltimore / ignitespeak

Collects and organizes Ignite speaking proposals
15 stars 18 forks source link

Replace postgres with sqlite3 #31

Closed subelsky closed 9 years ago

subelsky commented 9 years ago

This is a pretty low-volume/small-data kind of app. We could pretty easily migrate it from Postgres to sqlite to make the app easier to hack on. This would solve #22 and make #27 as snap.

First step would be to review the app's migrations to see if there's any Postgres-specific features we would need to somehow re-implement with Ruby or with an equivalent sqlite feature.