RobinBlomberg / kysely-codegen

Generate Kysely type definitions from your database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@libsql/kysely-libsql peer dependency

michael-golden opened this issue · comments

Hi - I'd like to contribute to this repo - however, I'm unsure how to install the peer dependencies appropriately.

Cloning the repo from master, running pnpm install, then running pnpm run build yields a TSC error:

src/dialects/libsql/libsql-dialect.ts:10:44 - error TS2307: Cannot find module '@libsql/kysely-libsql' or its corresponding type >declarations.

10 const { LibsqlDialect } = await import('@libsql/kysely-libsql');

Is there a contributor file I've overlooked? Can you advise on how to get the repo bulding/running locally?

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
commented

Getting the same error here.

Is this still a problem? It appears to work for me (on the new 0.13.0 version at least).

Closing this as I cannot replicate and am unsure if it's still a problem. I'll reopen if someone still has problems.