1
1
1998or22021-03-01 20:57:14
Database
1998or2, 2021-03-01 20:57:14

Transferring a database from SQLite to MySQL or PostgreSQL?

I am writing a small site in django, by default I use the SQLite database and somehow did not think about another. Now the question is, if in the future, for some reason, I have to move to a more "stronger" database - like MySQL or PostgreSQL, how painful will the transition be? Or is it just a conversion without problems? Or can you now specifically begin to regret that you didn’t think about it earlier and didn’t connect MySQL or PostgreSQL from the very beginning?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2021-03-01
@1998or2

It's better to connect PostgreSQL right away, it's the best for django. And SQLite can be played like that, well, or for development (although I immediately connect PostgreSQL during development), it is not very designed for competitive access.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question