6 comments (6 comments)6 reactions (6 reactions)0 assignees (0 assignees)Rust2,826 forks (2,826 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 38,496 stars (38,496 stars)
- PR merge metrics
- Avg merge 8d 3h (Avg merge 8d 3h)156 merged PRs in 30d (156 merged PRs in 30d)
Description
We now have native ODBC support upstream. This has to be exposed in polars similarly to existing IO readers and writers.
Contributor guide
- Research direction
- Study the existing Arrow2 ODBC support in the polars arrow repository and then implement reader/writer modules following the pattern of other IO implementations like CSV or Parquet.
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Rust