Answer the question
In order to leave comments, you need to log in
Is it possible to decouple Postgresql from a Python project?
Good afternoon,
There is a project in Python (Django) with a Postgre database, which is tightly tied,
Is it possible to migrate to Mysql?
Answer the question
In order to leave comments, you need to log in
How tight? Are you using raw database queries?
As an option - try to pour the data into fixtures and import them. But there may be problems depending on the specific implementation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question