syncstorage-rs icon indicating copy to clipboard operation
syncstorage-rs copied to clipboard

Add `Batch` trait

Open ethowitz opened this issue 3 years ago • 0 comments

Currently, the set of functions operating on batches are implemented for both the Spanner and MySQL backends. We include a number of _batch methods on the Db trait. It might be better to add a new Batch: Db trait that implements the batch functions directly on MysqlDb and SpannerDb.

┆Issue is synchronized with this Jira Task

ethowitz avatar Mar 25 '22 21:03 ethowitz