PrismaP
Prisma7mo ago
7 replies
Adrian

DataBricks Adapter

Has anyone looked at creating a DataBricks adapter?

The project I am working on has been advised that it should be moved from the current MySQL RDS to DataBricks. I love using Prisma to control the models (currently around ~140) and queries that we do.

I was hoping someone might have already attempted to write an adapter, if not I was going to attempt it myself using https://www.npmjs.com/package/@prisma/adapter-libsql as a basis, or if there is some better documentation to follow.

My guess is I would need to wrap https://www.npmjs.com/package/@databricks/sql, as an adapter.

Many thanks!
Was this page helpful?