You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`clientPgliteOptions.extensions contains unsupported extensions, if you need these, you'll need to create a custom worker, see options.webWorkerUrl.\nUnsupported: ${unsupported.join(", ")}`)
109
-
}
110
-
}
111
-
if(!opts.schema&&!opts.drizzleProxy){
112
-
// eslint-disable-next-line no-console
113
-
console.warn("No schema for a client side database was provided. This is not recommended. Drizzle will not be able to do db.query type queries. Schema can only safely not be defined if using drizzleProxy (as it would be defined on the real instance).")
thrownewError(`clientPgliteOptions.extensions contains unsupported extensions, if you need these, you'll need to create a custom worker, see options.webWorkerUrl.\nUnsupported: ${unsupported.join(", ")}`)
114
114
}
115
+
}
116
+
if(!opts.schema&&!opts.drizzleProxy){
117
+
// eslint-disable-next-line no-console
118
+
console.warn("No schema for a client side database was provided. This is not recommended. Drizzle will not be able to do db.query type queries. Schema can only safely not be defined if using drizzleProxy (as it would be defined on the real instance).")
0 commit comments