faucet-source-sqlite 1.1.1

SQLite query source connector for the faucet-stream ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

All notable changes to this project are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and the project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
(see the versioning policy in CONTRIBUTING.md — connector crates version
independently).
## [1.1.1]https://github.com/PawanSikawat/faucet-stream/compare/faucet-source-sqlite-v1.1.0...faucet-source-sqlite-v1.1.1 - 2026-06-22

### Bug Fixes

- Resolve all 20 Medium reliability/data-integrity findings (F20–F39, #264) ([#266]https://github.com/PawanSikawat/faucet-stream/pull/266)

### Documentation

- Extensive standardized READMEs for all crates + badge/category fixes ([#250]https://github.com/PawanSikawat/faucet-stream/pull/250)
- *(readme)* Use `cargo add` for install examples (no pinned versions) ([#240]https://github.com/PawanSikawat/faucet-stream/pull/240)