Under Development


DenoGres is continually evolving. Features currently in development include:

  • Database sync method (denogres --db-sync) will account for multiple associations and composite unique keys.
  • "Compare" command (denogres --compare) will be implemented to display side-by-side diff between previous models.
  • Migrations log will be visible within the GUI, so that users can track/view/compare model versions.
  • A Diagram page will offer a live ERD to visualize the user's database
  • Additional support for MySQL, SQL Server, etc.
  • Two-way ERD that allows users to change relational data that is then reflected onto their actual database.
  • A setter method will be appended to a model when an association is established with another model.
  • The manyToMany function will create a new join table.