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