-
### Astro Info
```block
Astro v4.5.8
Node v20.11.0
System macOS (arm64)
Package Manager npm
Output hybrid
Adap…
-
为了提升本地开发体验和节省 libSQL 远程读写带来的损耗和开销,开发模式时使用本地的 SQLite 文件。
1. 从远程数据库导出 dump 文件:
```bash
turso db shell $DB_NAME .dump > dumpfile.sql
```
2. 从 dump 文件生成 SQLite 文件:
```bash
cat dumpfile.sql …
-
Executing `turso dev --db-file location` works ok first time and generates db, db-shm, db-wal files
stopping the turso/libsql instance and executing `turso dev --db-file location` again throws erro…
-
### Bug description
From what I was reading in the documentation, prisma supports `prisma.createMany({})` since version 2.2 or so.
```ts
model.createMany({
data: []
})`
```
for some reason …
-
# Issue
Production database does not respond
vhgn updated
9 months ago
-
I got that error because one table has a ~date~ boolean column, the following is the code that I'm using
```typescript
import type { ColumnType, Generated, Insertable, Selectable } from 'kysely';
…
-
I have a Bun app tha't's working fine with embedded replicas locally. When I try to deploy it to fly.io, I create a volume and provide the local path as a secret (expected). Then it breaks stating:
`…
-
Hello I've been following the issue #1951, which was finally solved by #2010 seemingly making local development with sqld possible. But I am still met with the `Error: sql/sqlclient: unknown driver "…
-
### Problem description
I have registered environment variables on deployment tab on my dashboard. I access it with `Deno.env.get()`. The result didn't return as I expected when I tested on local dev…
-
`@libsql/client: 0.4.0-pre.5`
`drizzle-orm: 0.29.1`
> Build error occurred
Error: Failed to collect page data for /api/ping
at /Users/nooblyf/github.com/projects/turso-drizzle-starter/node_m…