I'm just wondering what people are using for a Data Access Layer in Monotouch? I'm working on a CRUD based app, and looking for something in between writing inline SQL or rolling my own ORM, and trying to wedge Entity Framework into the mix when it's not supported.
I'm tempted to try and use Simple.Data, but I'm not sure if it would even compile under Mono.