tiberius-ng 0.13.1

A TDS (Microsoft SQL Server) driver for Rust — actively-maintained community continuation of tiberius
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Coverage is generated from the integration suite, which needs a live SQL
# Server, so it can move around between runs. Keep it informational rather than
# a hard gate, so a coverage dip never red-walls an otherwise-passing PR.
coverage:
  status:
    project:
      default:
        informational: true
        target: auto
    patch:
      default:
        informational: true

comment:
  layout: "reach, diff, flags, files"
  require_changes: false