sqlite-diff-rs 0.9.0

Build SQLite changeset and patchset binary formats programmatically, without SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 1%
    patch:
      default:
        target: 80%

# The diesel-async execution driver is exercised by the diesel E2E async suite
# in integration-tests/diesel-e2e, a standalone workspace whose path-dependency
# coverage llvm-cov does not attribute back to this file, so exclude it here.
ignore:
  - "src/builders/diesel_async_query.rs"