Replies: 1 comment
-
I'm glad to see someone who's working on a project with Drizzle ORM + PGLite! Since the migration by drizzle-kit is not yet officially supported, I run Although my project is based on Next.js 15 unlike you using SvelteKit, I'm pretty sure this approach works. |
Beta Was this translation helpful? Give feedback.
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.
-
Hi! I tried following the guide to setup Drizzle with PGlite. I then tried using #2532 (comment) to setup migrations, then awaiting the
migrate
function from that discussion answer in my layout load function (i'm using SvelteKit) to migrate the in-browser database.However, I stumble upon this error:
Considering the
getRemoteSet
function call, and everyone using a remote db too in my web searches, i feel like local-only setups are not really supported.Is it possible at all?
See https://github.com/cigaleapp/cigale/tree/gwenn/pglite/
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions