When making websites and programs I found it rather tedious to produce java classes that reflected the structure of a table in a database, so I made a perl script to automate the task, hence miniORM.
It’s rather crude at the moment, and a lot of options could be included, like, but not limited to:
- support for more than just mysql
- support for other langauges than java
- an option to specify a output directory (at the moment it will place the resulting *.java files in the directory the program is called from).
If you like it, please let me know.
Any suggestions, bug reports, patches, beers are welcome.
Related posts:
Tags: development, ORM, perl




