[Mono-list] To access database

David Curylo curylod at asme.org
Tue Dec 3 05:07:40 UTC 2013


I would really recommend looking at the ServiceStack OrmLite as an ORM solution that runs well under mono.  Except for the cases where you need to write DB-specific SQL (and these will likely come up so just learn to isolate them), you will not need to deal with database specifics in your code:

https://github.com/ServiceStack/ServiceStack.OrmLite

No Oracle support, but it covers MSSQL, mysql, Postgres.

On Dec 2, 2013, at 3:02 PM, Edward Ned Harvey (mono) <edward.harvey.mono at clevertrove.com> wrote:
> The goal is to support a server app, which will be supported on windows server and various flavors of linux server.  So we'd like to store and manipulate data in whichever type of database the admin prefers to deploy, which is likely to be MS, Mysql, Postgres, Oracle...  I'd like to do as little as possible by way of thinking about the database internals.  I'd like to, as much as possible, manipulate data structures (class hierarchy) in memory, and use the database in the backend as transparently as possible to the application developer (me).

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20131203/3af848c9/attachment-0001.html>


More information about the Mono-list mailing list