Hi @sunng87
Would you accept a PR that splits this project into 2 crates?
For example something like:
- datafusion-postgres. This would be everything not related to cli handling. It could be used as part of the consumers own binary project.
- datafusion-postgres-cli. This would depend on the above lib, and additionally cli crates like structopt.