Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题所述:R 中的任何 mongodb-clients 有没有办法执行原子事务?如果是这样,我该怎么做?我找不到有关此主题的任何文档。
我认为您应该能够使用DBI该软件包进行交易(dbBegin,dbCommitusw)。看来您可以与odbc:https ://db.rstudio.com/databases/mongodb/ 建立联系。我没有对此进行测试,但它似乎应该可以工作。
DBI
dbBegin
dbCommit
odbc