Answer the question
In order to leave comments, you need to log in
Choosing an ORM for Python?
There is a website on Django and there is a database declared by Django ORM of this site.
There was a need to work with this database from a regular python application from another server.
To fasten django orm seems to be a crutch solution, and if you use another orm, then you have to change the database.
In general, which ORM to choose for working with the database?
Answer the question
In order to leave comments, you need to log in
You need to write the API on the main server and use it from the second server.
to use only ORM from Dzhanga completely,
not to mention the fact that it is much simpler than Alchemy,
except for these two, the rest (Pony and a couple more) for experienced
ones is sometimes easier than regular SQL
I agree with Artyom Innokentiev , but if you really want ORM, then it makes sense to consider Storm ORM https://emacsway.github.io/en/storm-orm/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question