db0
db0 copied to clipboard
π Lightweight SQL Connector
> Any feedback is welcomed!
### 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...
### π 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',...