ADBC SQLite3 Driver
adbcsqlite()
# S3 method for class 'adbcsqlite_driver_sqlite'
adbc_database_init(driver, ..., uri = ":memory:")
# S3 method for class 'adbcsqlite_database'
adbc_connection_init(database, ..., adbc.connection.autocommit = NULL)
# S3 method for class 'adbcsqlite_connection'
adbc_statement_init(
connection,
...,
adbc.ingest.target_table = NULL,
adbc.ingest.mode = NULL,
adbc.sqlite.query.batch_rows = NULL
)An adbc_driver().
Driver-specific options. For the default method, these are named values that are converted to strings.
A URI to a database path or ":memory:" for an in-memory database.
An adbc_database.
Use FALSE to disable the default autocommit behaviour.
The name of the target table for a bulk insert.
Whether to create (the default) or append.
The number of rows per batch to return.
adbcsqlite()
#> <adbcsqlite_driver_sqlite> List of 4
#> $ load_flags : int 15
#> $ driver_init_func:Class 'adbc_driver_init_func' <externalptr>
#> $ .child_count : int 0
#> $ version : int 1001000