Skip to content

sanamhub/postgresql-to-mssql

Repository files navigation

⚠️ This project is still in beta, and under development ⚠️

postgresql-to-mssql

Migrate data from postgresql to sql server on the fly!

Description

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.

Motivations

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.

Features

  • 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

Getting Started

  1. Clone or download the repository
  2. Open the solution in Visual Studio
  3. Build the solution
  4. Run the executable
  5. Follow the prompts to configure the migration

Contributing

Please fork the repository and submit a pull request. For more CONTRIBUTING.md

License

This project is licensed under the MIT License

Acknowledgements

Thank you to the open source community for all of the support and resources that made this project possible.

Support

If you have any questions or issues, please open an discussion on GitHub or contact me directly.

Happy migrating!

PS. This README is generated by ChatGPT