Dear All!<br><br>I want to introduce a useful tool for ORMs, called Entity Extractor. It was<br>originally wrote to use with Storm, but then it extended in a way that can be<br>use for any kind of code generation from any kind of data-source.<br>
<br>The main idea behind this tool is to ease the task of generating ORM models. It<br>automatically generates the code from the database structure. <br><br>For doing this job, it uses two extensions each time: One for extracting the<br>
database structure, and the other for generating the output code. User can<br>write new extensions for the tool, and by combining the extensions together,<br>there's almost no limit on what it can do!<br><br>Take a look at its project page on launchpad:<br>
<br> <a href="https://launchpad.net/entityextractor">https://launchpad.net/entityextractor</a><br><br>If you have enough free time to waste ;) download and use it, and tell me what<br>you think.<br><br>Thanks for reading this,<br>
Aidin<br><br>