connections icon indicating copy to clipboard operation
connections copied to clipboard

Missing DBI methods

Open blairj09 opened this issue 5 years ago • 0 comments

Certain DBI functions don't have methods for connConnection objects. I've found the following:

  • dbListTables()
  • dbRemoveTable()
  • dbDisconnect() - although connections provides connection_close(), which is the preferred method of disconnect

blairj09 avatar Mar 10 '20 20:03 blairj09