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

### Describe the change version: db0 v0.1.3 1. In many examples, `sql` which does not exist is imported from 'db0' 2. `bindingName` in the example of PostgreSQL does not exist...

### πŸ”— Linked issue related to #32 ### ❓ Type of change - [x] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...

### πŸ”— Linked issue ### ❓ Type of change - [x] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change...

### Environment 18.x + ### Reproduction  WARN  Issues with peer dependencies found . └─┬ db0 0.1.4 └── βœ• unmet peer @libsql/client@^0.5.2: found 0.6.0 ### Describe the bug the turso (@libsql/client)...

### πŸ”— Linked issue Resolves #54 ### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...

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...

discussion

### πŸ”— Linked issue ### ❓ Type of change - [x] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change...

### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change that fixes an...

### Environment Latest Nuxt ### Reproduction n/a ### Describe the bug Hi there, Two things related to Drizzle integration. Say I have a user schema/table: ```js const users = sqliteTable('users',...