-
### Describe what you want
Hello Team!
First of all thanks for the amazing work and effort that you guys are putting into this project!
I have noticed that under the connect options there's only on…
-
# TypeScript and SQL: Six Ways to Bridge the Divide
Effective TypeScript: TypeScript and SQL: Six Ways to Bridge the Divide
[https://effectivetypescript.com/2023/08/29/sql/](https://effectivetypescr…
-
**Describe the bug**
When using the onHubReady() hook to run migrations using drizzle in development, the nitro server crashes with the following errors:
` ERROR [nitro] [unhandledRejection] Miss…
-
This would require:
- [x] Creating migrations (instead of `CREATE TABLE IF NOT EXISTS` queries)
- [x] Updating init-db.ts
- [x] Updating corresponding pieces of code that interface with SQLite
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This is might be part of general edge readiness effort; unsure if it belongs in bugs or feature requests. Feel free to have a read and move over 🤷
## Repro steps
1. `next@13.3.1` and `@keystone-6…
-
-
Currently prisma2 does not support spatial types. This is not exactly an edge case since according to google 9% of sql files on github carry out spatial queries.
I was thinking how that feature cou…
-
reproduction for difficulties faced by those who wanted to contribute from clean slate
-
### Describe what you want
Support adding deferrable statements on foreign keys
```
foreignKey({
columns: [t.foreignId],
foreignColumns: [foreign.id],
})
.onDelete('no action')
…