Philippe ported Vici CoolStorage to MonoTouch over the weekend. This makes Vici CoolStorage available for iPhone development using the MonoTouch framework.
Due to the lack of reflection on MonoTouch class declarations are not abstract. Classes have to be declared as concrete classes with getters and setters.
SQLite is the only supported relational database on iPhone, so Vici CoolStorage for MonoTouch only supports SQLite.
The port is still in beta, but is more or less functional. Input from beta testers is highly appreciated!
Check out the beta at the Vici CoolStorage webpage.