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 397c429 commit 3eaaec8Copy full SHA for 3eaaec8
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