limbo/bindings
Pekka Enberg 38dbf75364
Merge 'Implement JavaScript bindings with minimal Rust core' from Pekka Enberg
This rewrites the JavaScript bindings completely by exposing only
primitive operations from Rust NAPI-RS code. For example, there is
prepare(), bind(), and step(), but high level interfaces like all() and
get() are implemented in JavaScript.
We're doing this so that we can implement async interfaces in the
JavaScript layer instead of having to bring in Tokio.

Closes #2372
2025-08-01 13:35:33 +03:00
..
dart another fix 2025-07-04 20:27:01 +07:00
go Another post-rebase clippy round with 1.88.0 2025-07-12 19:10:56 +03:00
java bindings/java: Throw UnsupportedOperationException for unimplemented methods 2025-07-29 17:47:35 +03:00
javascript bindings/javascript: Add micro-benchmarks 2025-08-01 12:09:05 +03:00
python bindings/python: Add "experimental_indexes" parameter to connect() 2025-07-21 12:49:38 +03:00
rust test/fuzz/tx: add 'PRAGMA wal_checkpoint' to tx isolation fuzzer 2025-08-01 11:28:38 +03:00