José Antonio Perdiguero
José Antonio Perdiguero
Add [typesystem](https://github.com/encode/typesystem) as a new lib available for generating schemas.
Specify how to: * Create an Issue. * Create a PR. * Run tests. * Run lint. * Commit changes.
Currently [encode/databases](https://github.com/encode/databases) is a dependency for using Resources. The same behavior could be achieved using SQLAlchemy core instead of databases, reducing the number of dependencies. It could allow the user...
In order to allow Flama to use multiple schema libs it's necessary to: * Remove marshmallow from flama's core. * Create an adapter layer to allow plug any lib that...