Nette CRUD generator allows you create Nette Framework based application for managing your databases.
- MySQL InnoDB tables (with foreign keys support)
- MySQL MyISAM tables (without foreign keys support)
- Doctrine2 models (create MySQL InnoDB tables automatically)
- Presenters
- Models (Nette\Database or Doctrine2 which is not implemented yet)
- Templates
- Generating all or only few tables
- Generating into module
- Highly customisable templates used for generating (presenters, models and templates)