mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 09:04:19 +01:00
bindings/python: Rename package to pyturso
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import logging
|
||||
from logging.handlers import RotatingFileHandler
|
||||
|
||||
import limbo
|
||||
import turso
|
||||
from antithesis.random import get_random
|
||||
|
||||
handler = RotatingFileHandler(
|
||||
@@ -17,7 +17,7 @@ logger.setLevel(logging.INFO)
|
||||
logger.addHandler(handler)
|
||||
|
||||
try:
|
||||
con = limbo.connect("bank_test.db")
|
||||
con = turso.connect("bank_test.db")
|
||||
except Exception as e:
|
||||
print(f"Error connecting to database: {e}")
|
||||
exit(0)
|
||||
|
||||
Reference in New Issue
Block a user