3 unstable releases
new 0.17.1 | Mar 6, 2025 |
---|---|
0.17.0 | Feb 27, 2025 |
0.16.0 | Feb 21, 2025 |
#2709 in Database interfaces
436 downloads per month
Used in 4 crates
(3 directly)
115KB
2.5K
SLoC
rsql_driver_delimited
rsql_driver_delimited
is a data driver for character delimited files.
Usage
Driver url format: delimited://<file>[?separator=<char>][&has_header=<true|false>]["e=<char>][&skip_rows=<n>]
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:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Dependencies
~63–93MB
~2M SLoC