diff --git a/_pkgdown.yml b/_pkgdown.yml index abe2e258..3ead06de 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -11,6 +11,35 @@ home: - text: DBI project website href: https://r-dbi.org +reference: +- title: Connecting and disconnecting + desc: Connecting to and disconnecting from a database. + contents: + - Postgres + - Redshift + +- title: Tables + desc: Reading and writing entire tables. + contents: + - '`postgres-tables`' + - quote + +- title: Queries and statements + desc: Sending queries and executing statements. + contents: + - '`postgres-query`' + +- title: Transactions + desc: Ensuring multiple statements are executed together, or not at all. + contents: + - '`postgres-transactions`' + +- title: Misellaneous + desc: Functions specific to Postgres + contents: + - '`RPostgres-package`' + - postgresHasDefault + - postgresWaitForNotify development: mode: auto