-
Notifications
You must be signed in to change notification settings - Fork 49
upgrade libsql-js: 0.4.1 -> 0.4.4 #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
+ add vector sync example
}, | ||
"optionalDependencies": { | ||
"@libsql/darwin-arm64": "0.4.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm....not sure why this huge diff is produced...
I just run npm install
in the root of the project which automatically fix package-lock.json
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is due to the fix I made for having a cyclic dependency so this makes sense
}, | ||
"optionalDependencies": { | ||
"@libsql/darwin-arm64": "0.4.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is due to the fix I made for having a cyclic dependency so this makes sense
@@ -0,0 +1,51 @@ | |||
import { createClient } from "@libsql/client"; | |||
import reader from "readline-sync"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example suggests a deprecated lib.
We need latest version of
libsql-js
to have full vector support in embedded replicasThis PR also adds simple example with vector feature in embedded replica.