syncron
v0.0.14
Published
Syncron is a command-line tool for synchronizing data between different databases.
Readme
Syncron
Syncron is a command-line tool for synchronizing data between different databases.
Installation
To install syncron globally, run the following command:
npm install -g syncronUsage
To use
syncron, run the following command in your terminal:syncron sync <source-uri> <destination-uri>Replace
<source-uri>and<destination-uri>with the appropriate database connection URIs for your source and destination databases.You can also transfer a single table by passing a optional parameter -t
<table-name>. For example:syncron sync <source-uri> <destination-uri> -t <table-name>To see the list of available adapters, run the following command in your terminal:
syncron list-adapters
Development
To work on the syncron project, follow these steps:
Clone the repository:
git clone https://github.com/bmqube/syncron.gitInstall dependencies:
cd syncron pnpm installStart the development server:
pnpm dev
This will start the development server and automatically rebuild and relink the package whenever you make changes to the source files.
Contributing
Contributions to the syncron project are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository.
License
This project is licensed under the ISC License.
