syncstorage-rs
syncstorage-rs copied to clipboard
Add `Batch` trait
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