Skip to content

Conversation

@lukadev-0
Copy link

@lukadev-0 lukadev-0 commented Nov 10, 2025

Adds support to libsql::de::from_row to deserialize into maps (resolves #1362), sequences, tuples, and newtypes (resolves #1778).

Adding support for tuples allow for easier extraction of row values, like this:

let (foo, bar): (i32, String) = libsql::de::from_row(&row)?;

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.

Deserialization does not support newtypes libsql de::from_row does not support serde flatten

1 participant