We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905a6bc commit cecc7cfCopy full SHA for cecc7cf
libs/python.wiki
@@ -1068,7 +1068,15 @@ conn.commit()
1068
conn.close()
1069
</source>
1070
1071
-=== 6.2.7 Redis ===
+=== 6.2.7 MongoDB ===
1072
+
1073
+<h4>PyMongo</h4>
1074
1075
+Docs:[https://docs.mongodb.com/ecosystem/drivers/python/]
1076
1077
+这是 MongoDB 官方提供的 Python 驱动。
1078
1079
+=== 6.2.8 Redis ===
1080
1081
<h4>redis-py</h4>
1082
@@ -1084,7 +1092,7 @@ r.set("foo", "bar")
1084
1092
print(r.get("foo"))
1085
1093
1086
1094
1087
-=== 6.2.8 LevelDB ===
1095
+=== 6.2.9 LevelDB ===
1088
1096
1089
1097
<h4>Plyvel</h4>
1090
1098
@@ -1101,7 +1109,7 @@ print(db.get(b"key"))
1101
1109
db.close()
1102
1110
1103
1111
1104
-=== 6.2.9 Berkeley DB ===
1112
+=== 6.2.10 Berkeley DB ===
1105
1113
1106
1114
<h4>PyBSDDB</h4>
1107
1115
0 commit comments