sqlx-database-tester 0.3.2

Library for creation of unit / integration tests with sqlx database support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.0.1
    hooks:
    -   id: end-of-file-fixer
    -   id: trailing-whitespace
    -   id: check-merge-conflict
-   repo: git@gitlab.com:famedly/company/backend/templates/pre-commit-templates.git
    rev: main
    hooks:
    -   id: fmt
    -   id: clippy