Migrate data from postgresql to sql server on the fly!
This is a .NET console application that handles data migration (data from tables and views) from postgresql to sql server. It aims to make the process of migrating data from one database to another as seamless and easy as possible.
As an open source enthusiast, I noticed the lack of workable open source tools for migrating data between databases, and the high cost of some paid tools. I wanted to make a contribution to the open source community by creating a tool that is both effective and accessible to all.
- Migrates data from tables and views in PostgreSQL to SQL Server
- Written in .NET for high performance and compatibility with a wide range of systems
- Easy to use console interface
- Open source and free to use
- Clone or download the repository
- Open the solution in Visual Studio
- Build the solution
- Run the executable
- Follow the prompts to configure the migration
Please fork the repository and submit a pull request. For more CONTRIBUTING.md
This project is licensed under the MIT License
Thank you to the open source community for all of the support and resources that made this project possible.
If you have any questions or issues, please open an discussion on GitHub or contact me directly.
PS. This README is generated by ChatGPT