GitHub - sfu-db/connector-x: Fastest library to load data from DB to DataFrames in Rust and Python
Load data from to , the fastest way. ConnectorX enables you to load data from databases into Python in the fastest and most memory efficient way. What you need is one line of code: import connectorx as cx cx.read_sql("postgresql://username:password@server:port/database", "SELECT * FROM lineitem") Optionally, you can accelerate the data loading using parallelism by specifying a partition column.
https://github.com/sfu-db/connector-x?utm_source=tldrnewsletter