Connector support tracker
pi0 opened this issue · 11 comments
Supporting SQL(lite) connectors for db0 is almost straightforward forward and by having platform/vendor connectors, we take the pain away from end-users for (almost) zero config experience. Using this issue to keep track of possible connectors in the roadmap:
suposing you didnt add some of these connectors to docs on purpose? Or shoudl they be added with planned message?
I'd also would love to add multiple connectors to Postgres, ~ to lucia-auth.com
@moshetanzer only native(app) ones wasn't sure to list for now if anything else missing feel free to make PR.
@vinayakkulkarni Surely we can support postgres
to but I'm curious any specific reason you would prefer it over pg
? my first impression is that pg
has much more downloads and even cloudflare TCP variant.
maybe ODBC?
Would LOVE to see Vercel Postgres and Neon :)
MSSQL support would be awesome
@moshetanzer only native(app) ones wasn't sure to list for now if anything else missing feel free to make PR.
@vinayakkulkarni Surely we can support
postgres
to but I'm curious any specific reason you would prefer it overpg
? my first impression is thatpg
has much more downloads and even cloudflare TCP variant.
I tried postgres, pg & the neon one but seems only postgres
pkg is the one that works for.
Error: Cannot resolve "cloudflare:sockets" from "/home/runner/work/vinayakkulkarni.dev/vinayakkulkarni.dev/node_modules/postgres/cf/polyfills.js" and externals are not allowed!
- Tried deploying on deno deploy, got the above error, see the workflow –https://github.com/vinayakkulkarni/vinayakkulkarni.dev/actions/runs/8592876841/job/23543545906
- Tried deploying on CF worker as well but that failed too, lemme find the workflow which failed to deploy on CF
- Only using
postgres
pkg & Vercel NITRO_PRESET=vercel worked for me
Related issue(s):
I'm curious to understand something: for an HTTP only connector (in particular I'm talking about SurrealDB), is it enough to create an ofetch
and map the various RPC endpoints?
If this is the case I would like to help with that one, considering the knowledge I've gathered while writing nuxt-surrealdb module
for capacitor looks good