fjenett / sql-library-processing

SQLibrary – a SQL database library for Processing incl. MySQL, SQLite and PostgreSQL
http://fjenett.github.com/sql-library-processing/
37 stars 24 forks source link

Tool to generate SQL to store a given class #4

Open fjenett opened 11 years ago

fjenett commented 11 years ago

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

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