You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate data from postgresql to sql server on the fly!
4
+
5
+
### Description
6
+
7
+
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.
8
+
9
+
### Motivations
10
+
11
+
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.
12
+
13
+
### Features
14
+
- Migrates data from tables and views in PostgreSQL to SQL Server
15
+
- Written in .NET for high performance and compatibility with a wide range of systems
16
+
- Easy to use console interface
17
+
- Open source and free to use
18
+
19
+
### Getting Started
20
+
21
+
1. Clone or download the repository
22
+
2. Open the solution in Visual Studio
23
+
3. Build the solution
24
+
4. Run the executable
25
+
5. Follow the prompts to configure the migration
26
+
27
+
### Contributing
28
+
29
+
If you would like to contribute to this project, please fork the repository and submit a pull request.
30
+
31
+
### License
32
+
33
+
This project is licensed under the MIT License
34
+
35
+
### Acknowledgements
36
+
37
+
Thank you to the open source community for all of the support and resources that made this project possible.
38
+
39
+
### Support
40
+
41
+
If you have any questions or issues, please open an discussion on GitHub or contact me directly.
42
+
43
+
#### Happy migrating!
44
+
45
+
<sub>PS. This README is generated by ChatGPT</sub>
0 commit comments