[odb-users] Can we use odb::query and odb::persist outside of transactions?

Fei Peng pengfei8244 at gmail.com
Thu Dec 14 22:08:59 EST 2023


Can we use odb::query and odb::persist outside of transactions? Or will
future versions provide related support? Some scenarios do not require
transactions, such as simple read/write single data. Forcing transactions
to add additional performance overhead and increase the risk of locking
tables.


More information about the odb-users mailing list