Warning
Framework under development !
A small Flask framework for fast API developments. This framework intends to be as modular as possible, so almost anything can be replaced/overrided
-
Flask
By using Flask and Werkzeug, this framework extends a lot of important features -
SQLAlchemy | MongoDB | Any other you want
This framework has initial support for both PostgreSQL and MongoDB (you can use them at the same time). By making this framework as modular as possible, you're able to add support for any other database easily using inheritance. -
Marshmallow It utilizes the Marshmallow library to serialize, validat,e and convert JSON data to SQLAlchemy or MongoDB Entities
Full documentation coming soon