MXMS
From MXMS Wiki
What is the MXMS framework
The MXMS framework enables rapid development of business software solutions by using a structured class entity model in which the database / SQL is maintained and updated by the framework and the UI is built.
MXMS enables rapid development of API's which exposes certain fuctionality of the entity model in a JsonRPC, REST or custom format.
Custom scheduled tasks can be created for background processes to execute to create data synchronisation tasks or other custom workflows.
Introduction
Content goes here. PersistedState Attribute
Usage Example
def function():
"""documentation string"""
if True:
print True