Resources for code generation of database objects - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T19:21:19Z http://stackoverflow.com/feeds/question/131142 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/131142/resources-for-code-generation-of-database-objects 1 Resources for code generation of database objects Maudite 2008-09-25T02:18:31Z 2008-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#131154 3 Answer by cruizer for Resources for code generation of database objects cruizer 2008-09-25T02:23:29Z 2008-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#131158 0 Answer by c.sokun for Resources for code generation of database objects c.sokun 2008-09-25T02:23:46Z 2008-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#131159 1 Answer by Cade Roux for Resources for code generation of database objects Cade Roux 2008-09-25T02:23:51Z 2008-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#131371 1 Answer by Mark Harrison for Resources for code generation of database objects Mark Harrison 2008-09-25T03:40:45Z 2008-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>