PDA

View Full Version : Introducing a useful tool for those who work with ORM



aidin36
August 31st, 2010, 06:18 AM
Dear All!

I want to introduce a useful tool for ORMs, called Entity Extractor. It was
originally wrote to use with Storm, but then it extended in a way that can be
use for any kind of code generation from any kind of data-source.

The main idea behind this tool is to ease the task of generating ORM models. It
automatically generates the code from the database structure.

For doing this job, it uses two extensions each time: One for extracting the
database structure, and the other for generating the output code. User can
write new extensions for the tool, and by combining the extensions together,
there's almost no limit on what it can do!

Take a look at its project page on launchpad:

https://launchpad.net/entityextractor

If you have enough free time to waste ;) download and use it, and tell me what
you think.

Thanks for reading this,
Aidin