View source: R/adbcpostgresql-package.R
adbcpostgresql | R Documentation |
ADBC PostgreSQL Driver
adbcpostgresql()
## S3 method for class 'adbcpostgresql_driver_postgresql'
adbc_database_init(driver, ..., uri)
## S3 method for class 'adbcpostgresql_database'
adbc_connection_init(database, ..., adbc.connection.autocommit = NULL)
## S3 method for class 'adbcpostgresql_connection'
adbc_statement_init(
connection,
...,
adbc.ingest.target_table = NULL,
adbc.ingest.mode = NULL
)
driver |
An |
... |
Driver-specific options. For the default method, these are named values that are converted to strings. |
uri |
A URI to a database path (e.g.,
|
database |
An adbc_database. |
adbc.connection.autocommit |
Use FALSE to disable the default autocommit behaviour. |
connection |
An adbc_connection |
adbc.ingest.target_table |
The name of the target table for a bulk insert. |
adbc.ingest.mode |
Whether to create (the default) or append. |
An adbcdrivermanager::adbc_driver()
adbcpostgresql()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.