sql-library-processing icon indicating copy to clipboard operation
sql-library-processing copied to clipboard

Tool to generate SQL to store a given class

Open fjenett opened this issue 12 years ago • 0 comments

Create a class inspector that will generate SQL code that is needed to store class in a DB:

mydb.execute( mydb.tableFor( MyFunkyClass.class ) );

fjenett avatar Dec 16 '12 11:12 fjenett