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

add CI job to validate that bundle is up to date #1516

Closed sivukhin closed 3 months ago

sivukhin commented 3 months ago

Context

Follow up for #1514. I forgot to generate bundled C code for rust bindings with fix in openDatabase function.

Changes