https://github.com/asg017/sqlite-reader
https://github.com/asg017/sqlite-reader
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asg017/sqlite-reader
- Owner: asg017
- License: apache-2.0
- Created: 2023-08-22T01:31:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T01:31:21.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:17:27.203Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `sqlite-reader`
A small collection of shared Rust traits + names for SQLite extensions created with [`sqlite-loadable-rs`](https://github.com/asg017/sqlite-loadable-rs/).
These types allow for extensions to take "readers" (or streams) as inputs, to get around the 1GB SQLite value limit, and to stream large files/URLs without taking up much memory.
Might deprecate this repo in the future, and directly include with `sqlite-loadable-rs` or something in the future.