How to enable experimental views for WASM #5629
Unanswered
MengLinMaker
asked this question in
Q&A
Replies: 1 comment
|
Yeah, that docs page is stale on two counts. import { connect } from '@tursodatabase/database-wasm';
const db = await connect(':memory:', { experimental: ['views'] });Same |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I noticed that the procedure for enabling experimental flags don't work with WASM like the documentation: https://docs.turso.tech/sql-reference/experimental-features#javascript-/-node-js-sdk
Also
@tursodatabase/libsqlcannot be found on npmAll reactions