Rails development, that is. Seems like everyday there's a new enhancement. The latest Schema Dumper (from Jamis Buck) is probably just what I (will) need for Pimki on SQLite.
As Instiki/Pimki are getting an SQLite
backend (as opposed to the current object prevalence layer Madeleine),
I will need to manage the growing difference between the two.
And, because I've been asked about it already, because the schemas are
platform agnostic it will also allow users to use a different database
backend. All the well-known one-click goodness for simple usage
(download and run, sqlite binary included), plus the power users'
option to tweak the storage (want a different database due to religious
reasons? no worries! just run rake migrate).