Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsql/core: Switch to TryInto for params #284

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Conversation

LucioFranco
Copy link
Contributor

This commit moves our usage of Into<Params> to TryInto<Params to enable users to have fallible conversions from their custom params type into a libsql's params type. This is a small step in the right direction for full rusqlite params support.

This commit moves our usage of `Into<Params>` to `TryInto<Params`
to enable users to have fallible conversions from their custom
params type into a libsql's params type. This is a small step
in the right direction for full rusqlite params support.
@penberg penberg added this pull request to the merge queue Aug 15, 2023
Merged via the queue into main with commit c0660de Aug 15, 2023
4 checks passed
@penberg penberg deleted the lucio/params-try-into branch August 15, 2023 07:14
MarinPostma pushed a commit that referenced this pull request Oct 17, 2023
MarinPostma pushed a commit that referenced this pull request Oct 17, 2023
291: Remove lingering client libraries r=MarinPostma a=honzasp

Fixes #284. The Python client now lives in [libsql/libsql-client-py](https://github.com/libsql/libsql-client-py).

Co-authored-by: Jan Špaček <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants