walkabout21
walkabout21
An oracle connect string format is user/password@host . With dadbod you can set a connection to be something like user/$password/host so the password can be kept in a password manager...
Add support for sqlcl in Oracle adapter by checking for an executable sql binary and defaulting to sqlplus if it doesn't exist.
## feature request Include sqlcl as an adapter option for oracle databases. It has more modern features compared to sqlplus and is standalone instead of requiring a separate oracle client...