mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
bindings/python: Rename package to pyturso
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import limbo
|
||||
import turso
|
||||
|
||||
# Use the context manager to automatically close the connection
|
||||
with limbo.connect("sqlite.db") as con:
|
||||
with turso.connect("sqlite.db") as con:
|
||||
cur = con.cursor()
|
||||
cur.execute("""
|
||||
CREATE TABLE IF NOT EXISTS users (
|
||||
|
||||
Reference in New Issue
Block a user