Additional Packages for groundwork

groundwork-database

groundwork-database provides plugins and patterns to store and manage database, database tables and the stored data.

It is based on SQLAlchemy and therefore supports a bunch of common sql based databases.

Visit https://groundwork-database.readthedocs.io for more information.

groundwork-web

groundwork-web supports the creation and management of web applications. It manages servers, routes, contexts and more.

Technically it is based on Flask and all known flask extensions can be used to extend its functionality.

It also has some patterns to easily create admin or REST interfaces based on given database tables.

Visit https://groundwork-web.readthedocs.io for more information.