d1-jdbc-driver
d1-jdbc-driver copied to clipboard
A JDBC driver for Cloudflare's D1 product, compatible with Jetbrains tools.
where `mytable` has a primary key of `mykey` the follow queries error: `select distinct field from mytable` `select field from mytable` They succeed in the CF D1 console. I tested...
Hi @isaac-mcfadyen, Love your work! Correct me if I'm wrong, but it seems like the database driver has no conception of foreign keys in the databases, right? For example, the...
I added this driver to my WebStorm to be able to look inside my D1 database as I started to develop. When I got to my second table, no columns...
:tada: Some major changes coming to d1-jdbc-driver! **TLDR:** `d1-jdbc-driver` now reports itself as the official `sqlite` driver to improve compatibility. You may need to recreate your Data Source in Datagrip...
First, thanks a lot for this project, whatever is available is already amazing to have and is an extreme productivity booster when working with D1 ❤️. Maybe enable GitHub sponsorships?...
/title `DELETE FROM d1_migrations WHERE id = 14;` Yields error: "prepareStatement(...) must not be null"
This PR solves issue #6