I studied the framework Django
a long time and found that ORM
of it was excellent.
I had the idea at some point to build an application with another framework called Flask
, using a framework similar to Django
.
I searched, but could not find much.
I would like to know two things:
-
Is there a database framework (ORM) similar to the ORM of
Django
? -