Python Forum
db migration(db version control) for python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
db migration(db version control) for python
#1
Hi,
I am looking for db migration(db version control) api which can be invoked from python code for SQL Server db (like Flyway in Java and dbUpdate in C#), migration scripts are sql scripts. Any help will be appreciated.
Reply
#2
For websites, that are using Flask, see: https://flask-migrate.readthedocs.io/en/latest/
and a tutorial on same here: https://blog.miguelgrinberg.com/post/the...v-database

you can also find many database migration packages here (I cannot comment on their suitability as I have tried none of them): https://pypi.org/search/?q=migration
Reply
#3
(May-30-2021, 12:14 PM)Larz60+ Wrote: For websites, that are using Flask, see: https://flask-migrate.readthedocs.io/en/latest/
and a tutorial on same here: https://blog.miguelgrinberg.com/post/the...v-database

you can also find many database migration packages here (I cannot comment on their suitability as I have tried none of them): https://pypi.org/search/?q=migration
Thank you very much. I will try.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  run part of a script with a different version of Python jdog 2 452 Jan-09-2024, 08:49 PM
Last Post: jdog
  Migration of Python2 and Python3 using Modernize and Future Rakshan 5 2,523 Oct-05-2023, 08:55 AM
Last Post: zuri
  How to find out from outside Python (in Windows) the current version of Python? pstein 4 744 Oct-04-2023, 10:01 AM
Last Post: snippsat
  How to resolve version conflicts in Python? taeefnajib 0 923 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  Python venv and PIP version issue JanOlvegg 2 1,270 Feb-22-2023, 02:22 AM
Last Post: JanOlvegg
  Python Version upgrade nitinkukreja 1 904 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Can't update new python version on Pycharm GOKUUUU 6 3,837 Jul-23-2022, 09:24 PM
Last Post: GOKUUUU
  PyPi Download Counts and Warehouse Migration? tlee0818 1 1,303 Mar-20-2022, 07:41 PM
Last Post: snippsat
  Building python (3.9.5) with different libexpat version (2.4.6) raghupcr 0 1,315 Feb-25-2022, 11:29 AM
Last Post: raghupcr
  Python keeps running the old version of the code quest 2 3,767 Jan-20-2022, 07:34 AM
Last Post: ThiefOfTime

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020