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

fix: Windows build #58

Closed chrissuozzo closed 9 months ago

chrissuozzo commented 9 months ago

Issue: Fixes #43 / #54

Description of changes: sqlite3-parser version must be > 0.8 and include the version bump to fallible-iterator to rectify the above build issues on Windows.

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

itowlson commented 9 months ago

This fix would be really valuable for the Spin framework (https://github.com/fermyon/spin) too. At the moment we keep having to coerce libsql-client back to an earlier rev to work around the sqlite3-parser issue. Thanks!