flama
flama copied to clipboard
Remove dependency with databases
Currently 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 to choice it own database lib.