3 unstable releases
new 0.17.1 | Mar 6, 2025 |
---|---|
0.17.0 | Feb 27, 2025 |
0.16.0 | Feb 21, 2025 |
#2994 in Database interfaces
414 downloads per month
Used in 2 crates
(via rsql_drivers)
115KB
2K
SLoC
rsql_driver_ods
rsql_driver_ods
is a data driver for OpenDocument Spreadsheet files.
Usage
Driver url format: ods://<file>[?has_header=<true|false>][&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
~70–100MB
~2M SLoC