跳至内容

ADBC PostgreSQL 驱动程序

用法

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

一个 adbc_driver()

...

驱动程序特定的选项。对于默认方法,这些是转换为字符串的命名值。

uri

数据库路径的 URI(例如,postgresql://127.0.0.1:1234/postgres?user=user&password=password

database

一个 adbc_database

adbc.connection.autocommit

使用 FALSE 禁用默认的自动提交行为。

connection

一个 adbc_connection

adbc.ingest.target_table

批量插入的目标表名称。

adbc.ingest.mode

是创建(默认)还是追加。

示例

adbcpostgresql()
#> <adbcpostgresql_driver_postgresql> List of 2
#>  $ driver_init_func:Class 'adbc_driver_init_func' <externalptr> 
#>  $ .child_count    : int 0