
The application source code generators generate code for working with databases based on the RISE model.

Currently, RISE provides code generators for SQL Server, MySQL and PostgreSQL. The code generator translates this life-cycle into an incremental database specific script. A RISE model contains the entire life-cycle of your data model. The database code generators write an incremental script for creating, and updating, relational databases based on your model. The RISE suit provides a range of free code generators for you to use. This includes classes for database access and, optionally, classes implementing SOAP/JSON web services and proxy classes assisting the implementation of a PHP SOAP client.


The generated code implements the classes and methods corresponding to the information Interfaces specified in the RISE model. The RISE PHP for PostgreSQL code generator renders PHP source code for database access.
