This project is a data migration tool designed to facilitate the migration of data between different databases. It provides functionalities to run, check, extract, and find scripts, making the data migration process efficient and manageable.
Follow these steps to get the code up and running on your system:
-
Installation Process:
- Clone the repository to your local machine.
- Open the project in your preferred IDE (e.g., JetBrains Rider).
-
Software Dependencies:
- .NET 6.0 or later
- PostgreSQL database
-
Latest Releases:
- Check the Releases page for the latest version.
-
API References:
- Refer to the API Documentation for detailed information on the available APIs.
To build and test the project, follow these steps:
-
Build:
- Open the terminal and navigate to the project directory.
- Run
dotnet buildto build the project.
-
Test:
- Run
dotnet testto execute the tests.
- Run
We welcome contributions from the community. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch to your fork.
- Open a pull request with a detailed description of your changes.
For more information on creating good readme files, refer to the following guidelines. You can also seek inspiration from the below readme files: