terra-sync / cnc

Seamless Database Replication tool
GNU General Public License v3.0
4 stars 2 forks source link

Initial config support & argument parsing #1

Closed charmitro closed 10 months ago

charmitro commented 10 months ago

Config fields added: Postgres host : string user : string password : string port : string database : string

Arguments added: "-f" | "--config-file": Config file to use

We also revisited our Makefile in this commit to avoid the following issues:

It is also safe to say that you need to install libcyaml for this patch to work on your computer.