After following the castledb haxelib package installation instructions...
Steps:
-
From HaxeDevelop, Project->New Project, select 'HaxeFlixel Project'
-
Open CastleDB, create/edit sheets, save into 'assets/data/XXX.cdb' where XXX is your db name
-
Create 'Data.hx' file per the castledb instructions with the following line:
private typedef Init = haxe.macro.MacroType < [cdb.Module.build("assets/data/XXX.cdb")] > ;