I'm currently in the process of learning Delphi Prism, in order to write a multi-platform application. But I need simple database access and found SQLite as a serious option, since it is small and single-filed. But now, how do I use SQLite from a Delphi Prism application, where I'd like to stick to a write-once-compile-everywhere approach. And everywhere is Windows, Linux and Mac using the Mono-platform.
I'm open to other simple, file-based databases if that is easier to deal with.