drop_db: Drop a Database

Description Usage

View source: R/db.R

Description

Drop a Database

Usage

1
2
3
4
5
6
7
8
9
drop_db(
  conn,
  db,
  if_exists = FALSE,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE,
  ...
)

patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.