资 源 简 介
spodgen reads an existing sqlite database and generates a folder of neko/haxe spod classes from the sqlite_master table.
It is implemented as a haxe backend using swhx to present a flash (Flex2) gui.
The gui allows one to:
select the sqlite database file,
map the sqlite field data types to haxe data types,
rename the SPOD class name,
select the table index field,
optionally generate a manager SPOD class for each table.
It outputs each class as a seperate file into a folder of your choosing, optionally one may set a package string in all output classes.