rsql_driver_jsonl

Crates.iorsql_driver_jsonl
lib.rsrsql_driver_jsonl
version0.19.2
created_at2025-02-21 16:59:08.631083+00
updated_at2025-09-01 19:27:30.371503+00
descriptionrsql jsonl driver
homepage
repositoryhttps://github.com/theseus-rs/rsql
max_upload_size
id1564464
size110,160
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: 1068

cargo fmt