Since I cannot get the Binary property to work with dm-Migrations and sqlite3 I would like to save my object as base64 encoded string into the database.
How would I do that so that the models property named "lis" is encoded as Base64 on assignment and decoded from Base64 when its loaded? Would I have to implement my own property or can this be done entirely in the model itself? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
