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
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
