The dbconsole
command
The dbconsole
command will place you into a database connection with one of your databases, by using the appropriate command
on your system (e.g. mysql
or psql
).
This will connect you with the destination (e.g. Redshift):
$ dataduck dbconsole
It is also aliased to simply "d":
$ dataduck d
You can also use one of these:
$ dataduck dbconsole source
$ dataduck dbconsole destination
$ dataduck dbconsole [db_name]
This page was autogenerated from dbconsole.md in the DataDuck project. Improvements? Let us know or open a pull request.