ropensci / nodbi

Document DBI connector for R
https://docs.ropensci.org/nodbi
Other
76 stars 6 forks source link

Use transactions with src_sqlite #39

Closed rfhb closed 3 years ago

rfhb commented 3 years ago

Since RSQLite version 2.2.4 released on 2021-03-12, its concurrency behaviour can be set. This enables to addition transactions such as used in DBI.

Description

Functions docdb_create, docdb_update and docdb_delete were updated for src_sqlite connection objects to use a new function dbWithTransaction in analogy to how this is done in package DBI.

Example

No user-visible changes.