[go: up one dir, main page]

rusqlite 0.9.3

Ergonomic wrapper for SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
sudo: false

script:
    - cargo build
    - cargo build --features bundled
    - cargo test
    - cargo test --features backup
    - cargo test --features blob
    - cargo test --features load_extension
    - cargo test --features trace
    - cargo test --features functions
    - cargo test --features chrono
    - cargo test --features serde_json
    - cargo test --features bundled
    - cargo test --features "backup blob chrono functions load_extension serde_json trace"
    - cargo test --features "backup blob chrono functions load_extension serde_json trace bundled"