tursodatabase / libsql-client-rs

libSQL Rust client library can be used to communicate with sqld natively over HTTP protocol with native Rust interface.
MIT License
75 stars 27 forks source link

feat: add support for `Option` fields #62

Closed chrissuozzo closed 9 months ago

chrissuozzo commented 9 months ago

Issue: Closes #61

Description of changes: Allow nullable column values to be represented as Option fields within a user's row structure

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

psarna commented 9 months ago

Thanks!