We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94ce60 commit 0da52abCopy full SHA for 0da52ab
README.md
@@ -110,6 +110,7 @@ can be changed via the corresponding property of the object:
110
````python
111
content = db.get_content()[0]
112
content.Title = "New Title"
113
+db.commit()
114
````
115
Some fields are stored as references to other tables, for example the artist of a track.
116
Check the [documentation][db6-doc] of the corresponding object for more information.
0 commit comments