By vijay_sg
via blog.vijay.name
Published: Jan 14 2013 / 09:58
I have been on the hunt for an easier ORM tool to help with my day-to-day work. Till now the ones I have tested have fallen short of fulling one of criteria: 1. Should work with Oracle 2. Should support multiple REFCURSOR output parameters from Oracle Stored Procedures and OracleDbType’s We use stored procedures exclusively for our CURD operations, so this is the determining requirement and I do not like compromising having an abstract layer which does not support OracleDbType’s just because it has to work with other DB’s 3.Should have decent performance for serving enterprise applications This need was the main reason I have stayed away from heavy weight ORM’s like NHibernate and Entity Framework 4.Should be light weight and simple 5.Preferable not a stale project 6.Preferably open source
Comments
Voters For This Link (4)
Voters Against This Link (0)