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 29 forks source link

feat: add `bool` support #64

Open chrissuozzo opened 10 months ago

chrissuozzo commented 10 months ago

Issue: Closes #63

Description of changes: Allow BOOLEAN column values to be represented as bool 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.