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

Similar to [unstorage server](https://unstorage.unjs.io/http-server) this would allow exposing sql backends as a restful API to edge runtime 🐦

enhancement

### Describe the feature Just a rename to match the file name like the others connectors, no functionality is affected by the change. [Code reference](https://github.com/unjs/db0/blob/c6b8bf37cf3e0ec824374a449607b7c8c7de8c4f/src/connectors/postgresql.ts#L7) ### Additional information - [...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^1.5.2` -> `^2.0.5`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.5.2/2.0.5) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [better-sqlite3](https://togithub.com/WiseLibs/better-sqlite3) | [`^9.6.0` -> `^11.1.2`](https://renovatebot.com/diffs/npm/better-sqlite3/9.6.0/11.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/better-sqlite3/11.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Environment "db0": "^0.1.4", "drizzle-orm": "^0.31.2" [email protected] ### Reproduction Write `import { drizzle } from "db0/integrations/drizzle";` in any project and the IDE will tell you that types does not exists....

### Environment Nuxt 3.13 Node 18 ### Reproduction ``` export default defineEventHandler(async event => { const db = useDatabase() const res = await db.sql`INSERT INTO orders VALUES (null, ${data.name})` return...

### Describe the feature > Git for data! A version controlled relational database - https://www.dolthub.com/ - https://github.com/dolthub/dolt ### Additional information - [X] Would you be willing to help implement this...

### Environment node: v22.1.0 pnpm: 9.1.4 better-sqlite3: ^11.0.0 db0: ^0.1.4 drizzle-orm: ^0.31.0 ### Reproduction https://github.com/Twitch0125/db0-drizzle-select-bug ### Describe the bug I first noticed this in a nuxt project but it seems...

### Environment Node Version: v18.16.0 DB0: Latest Package Manager: Yarn ### Reproduction Just ``` cd /examples/drizzle yarn install yarn run ``` ### Describe the bug Getting following type error in...