Resources for code generation of database objects - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T19:21:19Zhttp://stackoverflow.com/feeds/question/131142http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/131142/resources-for-code-generation-of-database-objects1Resources for code generation of database objectsMaudite2008-09-25T02:18:31Z2008-09-25T03:40:45Z
<p>I am working a project where I need to generate a series of classes to represent/access data in the database. Third party projects such as hibernate or subsonic are not an option. I am new in this subject domain, so I am looking for information on the topic. The project is in .net and I am using MyGeneration. I am primarily looking for information.</p>
<p><strong>What is your single best resource for topics on code generation of data access?</strong></p>
<p><br/>
Please post only one link at a time and look for your resource before posting. If you find your resource, please vote up instead of posting it. .
( I am not interesting in rep, just information)</p>
http://stackoverflow.com/questions/131142/resources-for-code-generation-of-database-objects/131154#1311543Answer by cruizer for Resources for code generation of database objectscruizer2008-09-25T02:23:29Z2008-09-25T02:23:29Z<p>Are you using .NET? Try <a href="http://www.mygenerationsoftware.com/portal/default.aspx" rel="nofollow">MyGeneration</a></p>
http://stackoverflow.com/questions/131142/resources-for-code-generation-of-database-objects/131158#1311580Answer by c.sokun for Resources for code generation of database objectsc.sokun2008-09-25T02:23:46Z2008-09-25T02:23:46Z<p>What is your specific requirement that can't be done by hibernate or subsonic?</p>
http://stackoverflow.com/questions/131142/resources-for-code-generation-of-database-objects/131159#1311591Answer by Cade Roux for Resources for code generation of database objectsCade Roux2008-09-25T02:23:51Z2008-09-25T02:23:51Z<p><a href="http://www.codesmithtools.com/" rel="nofollow">CodeSmith</a></p>
http://stackoverflow.com/questions/131142/resources-for-code-generation-of-database-objects/131371#1313711Answer by Mark Harrison for Resources for code generation of database objectsMark Harrison2008-09-25T03:40:45Z2008-09-25T03:40:45Z<p>ORAPig generates Python interfaces for Oracle packages. A Postgresql module is being worked on.</p>
<p><a href="http://code.google.com/p/orapig" rel="nofollow">http://code.google.com/p/orapig</a></p>