Files
lancedb/rust/ffi/node
Lei Xu 4c303ba293 chore(rust): provide a Connection trait to match python and nodejs SDK (#846)
In NodeJS and Python, LanceDB establishes a connection to a db. In Rust
core, it is called Database.
We should be consistent with the naming.
2024-01-22 17:35:02 -08:00
..
2024-01-11 21:33:55 +00:00

The LanceDB node bridge (vectordb-node) allows javascript applications to access LanceDB datasets.

It is build using Neon. See the node project for an example of how it is used / tests