sql-library-processing
sql-library-processing copied to clipboard
Tool to generate SQL to store a given class
Create a class inspector that will generate SQL code that is needed to store class in a DB:
mydb.execute( mydb.tableFor( MyFunkyClass.class ) );