M
M
Microp2017-05-04 12:05:34
Django
Microp, 2017-05-04 12:05:34

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

4 answer(s)
A
Artyom Innokentiev, 2017-05-04
@Microp

You need to write the API on the main server and use it from the second server.

D
Dimonchik, 2017-05-04
@dimonchik2013

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

E
emacsway, 2017-07-22
@emacsway

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/

S
sim3x, 2017-05-04
@sim3x

Same as on the main site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question