d1-jdbc-driver icon indicating copy to clipboard operation
d1-jdbc-driver copied to clipboard

Does this work with D1 created via wrangler CLI?

Open aimproxy opened this issue 2 years ago • 4 comments

aimproxy avatar Jul 14 '23 20:07 aimproxy

Yes, it should.

That said - I haven't had much time to maintin this over the past few months and there are a few known bugs, so it might not be as usable as something like D1 Console or the REPL that is now on the D1 dashboard.

isaac-mcfadyen avatar Jul 14 '23 20:07 isaac-mcfadyen

Screenshot from 2023-07-14 21-18-15 In that case there should be a bug, I'm getting an invalid database id!?

aimproxy avatar Jul 14 '23 20:07 aimproxy

Same for me

i-am-unknown-81514525 avatar Oct 24 '23 15:10 i-am-unknown-81514525

Had similar problem as on the screenshot above, solved it:

  • Error text is a bit misleading, problem here is with credentials.
  • On the screenshot No auth is selected, but README tells to use User & Password Authentication.
  • User should not be Cloudflare user login email, but it should be Account ID, as README tells, and it's hidden a little in Cloudflare menu, it's on Workers & Pages -> Overview page in the right panel.

Droidion avatar Nov 16 '23 19:11 Droidion