Skip to content

Commit 9cf70ff

Browse files
authored
Update README.md
1 parent 96d8e4b commit 9cf70ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ boto3 ~= 1.34.112 # Compatible with 1.34.x (1.34.112 ≤ version < 2.0
7171
### Upgrade Recommendations
7272

7373
```bash
74-
### Safe Upgrade Path
74+
# Safe Upgrade Path
7575
pip install --upgrade-strategy eager "csv-db-sdk>=1.2,<2.0"
7676

77-
### Version Pinning Example
77+
# Version Pinning Example
7878
echo "csv-db-sdk==1.2.3" >> production-requirements.txt
7979
```
8080
<br>
@@ -97,6 +97,7 @@ pg.import_csv("data/users.csv", "users_table")
9797

9898
# Export table to CSV
9999
pg.export_csv("analytics/results.csv", "sales_data")
100+
100101
```
101102

102103
---
@@ -124,6 +125,8 @@ csv-db-sdk/
124125

125126
---
126127

128+
<br>
129+
127130
## 🔧 **Database Configuration**
128131

129132
### **Connection Templates**

0 commit comments

Comments
 (0)