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.
2 parents 0ffa834 + 3eaaec8 commit b01a8a0Copy full SHA for b01a8a0
examples/remote/main.py
@@ -14,5 +14,6 @@
14
conn.execute("INSERT INTO users VALUES ('second@example.com');")
15
conn.execute("INSERT INTO users VALUES ('third@example.com');")
16
17
+conn.commit()
18
19
print(conn.execute("select * from users").fetchall())
0 commit comments