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 96d8e4b commit 9cf70ffCopy full SHA for 9cf70ff
README.md
@@ -71,10 +71,10 @@ boto3 ~= 1.34.112 # Compatible with 1.34.x (1.34.112 ≤ version < 2.0
71
### Upgrade Recommendations
72
73
```bash
74
-### Safe Upgrade Path
+# Safe Upgrade Path
75
pip install --upgrade-strategy eager "csv-db-sdk>=1.2,<2.0"
76
77
-### Version Pinning Example
+# Version Pinning Example
78
echo "csv-db-sdk==1.2.3" >> production-requirements.txt
79
```
80
<br>
@@ -97,6 +97,7 @@ pg.import_csv("data/users.csv", "users_table")
97
98
# Export table to CSV
99
pg.export_csv("analytics/results.csv", "sales_data")
100
+
101
102
103
---
@@ -124,6 +125,8 @@ csv-db-sdk/
124
125
126
127
128
+<br>
129
130
## 🔧 **Database Configuration**
131
132
### **Connection Templates**
0 commit comments