feat: rework NodeJS SDK using napi (#847)

Use Napi to write a Node.js SDK that follows Polars for better
maintainability, while keeping most of the logic in Rust.
This commit is contained in:
Lei Xu
2024-04-05 16:27:51 -07:00
committed by Weston Pace
parent 7b8188bcd5
commit efcaa433fe
38 changed files with 8005 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
# (New) LanceDB NodeJS SDK
It will replace the NodeJS SDK when it is ready.