Pekka Enberg
b4a331da38
Merge 'SDK tweaks' from Nikita Sivukhin
...
Few small tweaks in SDKs:
1. Export `ConnectionSync` type from Python SDK
2. Remove dependency on `conn_raw_api` and corresponding methods from
rust bindings - no one use them so let's drop support for this feature
completely
3. Add Waker dependency in the sdk-kit in order to integrate it later to
rust bindings
4. Add io_uring feature to the sdk-kit
Closes #4284
2025-12-22 11:59:02 +02:00
Nikita Sivukhin
f94f38623d
uvx ruff check --fix
2025-12-21 14:29:10 +04:00
Nikita Sivukhin
0270505210
fix exception type
2025-12-21 14:28:52 +04:00
Nikita Sivukhin
03c95fb1ad
fix async operation resume API usage in python bindings
2025-12-21 14:24:42 +04:00
Nikita Sivukhin
27b4071c53
export ConnectionSync type from python sdk
2025-12-18 12:26:20 +04:00
Nikita Sivukhin
5ab69bcf20
rename speculative load to prefetch (docs already uses this terminology)
2025-12-16 13:59:39 +04:00
Nikita Sivukhin
0a5715e70e
uvx ruff check --fix
2025-12-10 17:58:49 +04:00
Nikita Sivukhin
337e3247d4
support libsql:// protocol as a sync url in python driver
2025-12-10 17:50:24 +04:00
Nikita Sivukhin
aac3a699ce
fix partial sync config after rebase
2025-12-09 16:01:12 +04:00
Nikita Sivukhin
731b9c1ec9
reformat and adjust test
2025-12-09 15:42:29 +04:00
Nikita Sivukhin
4c5dfbaefe
format fixes
2025-12-09 15:42:29 +04:00
Nikita Sivukhin
a6454c8680
vibe coding aio python driver
2025-12-09 15:42:29 +04:00
Nikita Sivukhin
15fdd68892
format
2025-12-09 14:58:44 +04:00
Nikita Sivukhin
a9cc86954b
fix python bindings
2025-12-09 14:12:18 +04:00
Nikita Sivukhin
7dd50abf2a
format and restructure for sync package
2025-12-02 18:32:32 +04:00
Nikita Sivukhin
74d6e7d3a8
prompt fix just for the sake of consistency
2025-12-02 17:21:57 +04:00
Nikita Sivukhin
ae603000e1
implement simple turso-sync bindings for python
2025-12-02 17:18:46 +04:00
Nikita Sivukhin
8df7f7e416
adjust python bindings
2025-12-02 16:03:06 +04:00
Nikita Sivukhin
4d1c52a02f
add extra_io parameter to the main python driver
2025-12-02 11:03:42 +04:00
Nikita Sivukhin
4add1de3e7
uvx ruff check
2025-11-28 03:31:16 +04:00
Nikita Sivukhin
863c9727cc
uv format
2025-11-28 03:22:16 +04:00
Nikita Sivukhin
2b0c19289d
fix rowcount calculation
2025-11-28 03:21:34 +04:00
Nikita Sivukhin
338846eeda
bit more tests and fix __init__
2025-11-28 02:51:58 +04:00
Nikita Sivukhin
40447299b9
refine prompt and regenerate bindings
2025-11-28 02:36:05 +04:00
Nikita Sivukhin
c95908bca5
uv format + remove unused imports
2025-11-28 01:42:11 +04:00
Nikita Sivukhin
37320099cc
export Row from the module
2025-11-28 01:39:07 +04:00
Nikita Sivukhin
7f4ae07bb5
regenerate driver through prompt
2025-11-28 01:36:17 +04:00
Nikita Sivukhin
1c373fd275
vide code python bindings
2025-11-27 17:54:10 +04:00
Pekka Enberg
a5b539f1bf
bindings/python: Rename package to pyturso
2025-06-27 11:27:08 +03:00