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) 
<[email protected]> 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).

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to