News

ETL: Transform and Load Data from SQL Server to PostgreSQL This repository contains a simple Python ETL pipeline to extract data from a Microsoft SQL Server database, transform it as needed, and load ...
This project benchmarks the various python connection methods for SQL Server. Spoiler Alert: ConnectorX → Pandas method is the fastest among the traditional methods, but still 2-4x slower than Polars.