Skip to content

csv-db-bridge

Latest
Compare
Choose a tag to compare
@SSobol77 SSobol77 released this 28 Mar 19:35
· 14 commits to main since this release
fa12fb3

csv-db-bridge is a universal, cross-database toolkit written in Python to import and export data between .csv files and the most popular relational and non-relational databases.

Supported operations:

  • 📥 Import from CSV/CLI to database
  • 📤 Export from database to CSV

Supported databases:

  • PostgreSQL
  • MySQL
  • SQLite3
  • Oracle
  • AuroraDB (AWS RDS Data API)
  • IBM DB2
  • MongoDB

🚀 Features

  • Consistent import/export structure
  • Modular scripts for each database
  • Example scripts and unit tests
  • CI/CD via GitHub Actions
  • FreeBSD support via Cirrus CI