mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
Switch to napi [v3](https://napi.rs/blog/announce-v3). With the exception of `Statement.iterate()`, the behavior is preserved. I had to temporarily remove it because the trait `Generator` doesn't supports the new lifetime scoped values, I already brought this issue in napi's discord server and it should be fixed soon. Closes #2262