drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
24.51k stars 643 forks source link

[FEATURE]: PocketBase #997

Closed feartoxb closed 11 months ago

feartoxb commented 1 year ago

Describe what you want

Add pocketbase sqllite support

DallasHoff commented 1 year ago

While PocketBase does use SQLite under the hood, it does not allow you to query it directly as far as I know. PocketBase provides an abstraction on top of it with its own NoSQL query builder, so it's not really something Drizzle can work with.

Angelelz commented 11 months ago

I don't think this issue is actionable. Drizzle is a SQL-orm.