Juan López
Juan López
Library looks great, but its difficult to understand to non-Chinese speakers. Could the Docs and README be translated to English? Regards.
Extending the intro page of the Getting Started section. First of some contributions I wanna pull in order to: - make docs more complete and fun to read - provide...
The current code base has some errors when runs in Python 3. At this point I can't think of a reason for not starting support for v3.x of the language....
This change extends the C bindings to include transaction support, enabling client SDKs that rely on the C FFI layer to begin, commit, and roll back transactions What’s included: -...
The C API currently lacks transaction support. Adding libsql_tx with begin/commit/rollback/free functions is needed so SDKs (like the C# client) can implement proper transaction handling