mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
ci: integrate pyo3
ci: add manylinux fix: maturin build error ci: add wheels upload ci: use venv
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from _limbo import (
|
||||
from ._limbo import (
|
||||
Connection,
|
||||
Cursor,
|
||||
DatabaseError,
|
||||
@@ -14,16 +14,16 @@ from _limbo import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"Connection",
|
||||
"Cursor",
|
||||
"InterfaceError",
|
||||
"DatabaseError",
|
||||
"DataError",
|
||||
"OperationalError",
|
||||
"IntegrityError",
|
||||
"InternalError",
|
||||
"ProgrammingError",
|
||||
"NotSupportedError",
|
||||
"connect",
|
||||
'__version__',
|
||||
'Connection',
|
||||
'Cursor',
|
||||
'InterfaceError',
|
||||
'DatabaseError',
|
||||
'DataError',
|
||||
'OperationalError',
|
||||
'IntegrityError',
|
||||
'InternalError',
|
||||
'ProgrammingError',
|
||||
'NotSupportedError',
|
||||
'connect',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user