dkubb changed the topic of #datamapper to: Datamapper v1.2.0 | Mailing List: http://is.gd/aa9D | Logs: http://is.gd/qWAL7V | DataMapper 2 Renamed to ROM, see #rom-rb for development
rik has joined #datamapper
<rik> hi all. is there a way to pass raw commands through to the database?
<rik> i'm using sqlcipher, rather than sqlite, and opening the database needs me to provide some crypto parameters with some pragma commands.
Gadgetoid has left #datamapper [#datamapper]
<rik> looks like the answer is "maybe". it depends on the order things get run.
<rik> guess i'll build my sqlite gem against sqlcipher and give it a try