taxa-sql 0.1.0

taxa SqlSource: ingest a Postgres query into an in-memory Polars DataFrame (a taxa_core::Source).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# taxa-sql

A taxa `SqlSource`: run a Postgres query and ingest the result into an
in-memory Polars `DataFrame`, exposed as a [`taxa-core`](https://crates.io/crates/taxa-core)
`Source`.

DATE/TIMESTAMP columns decode to `chrono`, NUMERIC to `rust_decimal::Decimal`,
and INT2 to a real `Int16` series.

Part of the [taxa](https://github.com/paradigmxyz/taxa) workspace.

## License

MIT