rsql_driver_jsonl

Crates.iorsql_driver_jsonl
lib.rsrsql_driver_jsonl
version0.19.1
created_at2025-02-21 16:59:08.631083+00
updated_at2025-07-10 20:49:02.896562+00
descriptionrsql jsonl driver
homepage
repositoryhttps://github.com/theseus-rs/rsql
max_upload_size
id1564464
size88,925
Brian Heineman (brianheineman)

documentation

README

rsql_driver_jsonl

ci Documentation Code Coverage Benchmarks Latest version License Semantic Versioning

rsql_driver_jsonl is a data driver for JSON Lines files.

Usage

Driver url format: jsonl://<file>

The driver is implemented using Polars SQL.

Safety

These crates use #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

License

Licensed under either of:

Commit count: 1029

cargo fmt