tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

fix blocking sqlite call in meta store initialization #1680

Closed MarinPostma closed 1 month ago

MarinPostma commented 1 month ago

There was a blocking call to sqlite in the metastore initialization that could cause a panic because it would call runtime blocking methods internally.