Skip to main content

Crate postgres_to_polars_derive

Crate postgres_to_polars_derive 

Source
Expand description

Proc-macro crate providing #[derive(IntoDataFrame)].

This is an implementation detail of the postgres_to_polars crate. Use postgres_to_polars::IntoDataFrame instead of depending on this crate directly.

Derive Macrosยง

IntoDataFrame
Derive macro that generates a columnar builder for converting rows into a Polars DataFrame.