db0 icon indicating copy to clipboard operation
db0 copied to clipboard

📚 Lightweight SQL Connector

Results 39 db0 issues
Sort by recently updated
recently updated
newest added

### Environment Node.js: Reproducible with `v18.18.0` and `v21.6.2` [email protected] [email protected] ### Reproduction https://stackblitz.com/edit/github-xvw4kq?file=package.json ### Describe the bug Given the following configuration: ```ts import { defineNitroConfig } from 'nitropack/config'; export default...

Integration section of using db0 and Drizzle natively inside the experimental build of Nuxt 3 and Nitro. Belongs together with the section of the connector page. ### 🔗 Linked issue...

After multiple tests, writing my own connector, building my own versions of db0 I found out that Turso doesn't need its own connector, it can just run directly on the...

### Describe the feature - db0 to Turso with Drizzle ORM support. I believe I'm close to having it working, will PR soon if nobody else does. ![image](https://github.com/unjs/db0/assets/67746033/a670d560-baf2-45ba-aa4f-399fdf16b2ed) ```ts import...

### Describe the feature It seems that only sqlite is supported when using drizzle integrator from db0. https://github.com/unjs/db0/blob/fde26b536dcaa0f40af8646d66b62266f4a57f2f/src/integrations/drizzle/index.ts#L2 Is there a plan to support other databases? I also have some...

While making more and more integrations, tests would become necessary to seamlessly validate new integrations. Is anyone working on it or should I attempt to create a basic test suite...

test

### 🔗 Linked issue #32 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

The idea is to provide a schema export of the database to allow working better with toolings. (not a full ORM). We had an early pair-programming with @Atinux https://github.com/unjs/db0/pull/33 but...

discussion

### Describe the feature Db0 scope seems to be to provide a connector for every SQL-like language out there, as well as a wrapper around popular ORM. I think we...

enhancement
idea
discussion