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 d2caea3 commit 144c487Copy full SHA for 144c487
README.rst
@@ -66,7 +66,7 @@ Initialization and document saving
66
67
conn = Connection()
68
conn.createDatabase(name = "test_db")
69
- db = self.conn["test_db"] #all databases are loaded automatically into the connection and are accessible in this fashion
+ db = conn["test_db"] #all databases are loaded automatically into the connection and are accessible in this fashion
70
collection = db.createCollection(name = "users") #all collections are also loaded automatically
71
# collection.delete() # self explanatory
72
0 commit comments