Re: Python Database Migration Tool

2024-02-29 Thread Eduardo Barbachan
I believe that you will have to translate your postgres db to a mssql schema, perform the mapping by yourself, and elaborate a series of procedures to get this done. As far as I know, no tool will cover all of your needs. Em qui., 29 de fev. de 2024 às 12:01, sebasti...@gmail.com <

Re: Python Database Migration Tool

2024-02-29 Thread Christian Ledermann
On Thu, 29 Feb 2024 at 15:01, sebasti...@gmail.com < sebastian.ju...@gmail.com> wrote: > Hey, > > i have 2 different database systems. In source postgresql and target MS > SQL. Now i have on source DBMS a database with a complete different schema > like in target DBMS. Now i search a solution

Python Database Migration Tool

2024-02-29 Thread sebasti...@gmail.com
Hey, i have 2 different database systems. In source postgresql and target MS SQL. Now i have on source DBMS a database with a complete different schema like in target DBMS. Now i search a solution where i can connect to different DBMS Systems and can make a mapping between different source