We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d75af commit 5c9887dCopy full SHA for 5c9887d
requirements.txt
@@ -0,0 +1,21 @@
1
+# Core dependencies for csv-db-bridge
2
+# pip install -r requirements.txt
3
+
4
+# SQL databases
5
+psycopg2-binary>=2.9.9 # PostgreSQL
6
+mysql-connector-python>=8.0 # MySQL
7
+cx_Oracle>=8.3 # Oracle
8
+sqlite3 # Built-in with Python
9
10
+# NoSQL
11
+pymongo>=4.6 # MongoDB
12
13
+# Cloud / Other
14
+boto3>=1.34 # AuroraDB (AWS)
15
+ibm-db>=3.1.4 # IBM DB2
16
17
+# Testing
18
+unittest-xml-reporting # Optional for CI output (unittest enhancement)
19
20
+# Optional tools
21
+python-dotenv # For loading .env secrets (if needed)
0 commit comments