.. _packages: 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.