-
A discord user recently shared feedback that having shell support for running queries to debug their NoOps DB would be helpful for their use case.
-
At the moment our .dump command is not wrapped in a transaction like the SQLite command.
![image](https://user-images.githubusercontent.com/34041575/233414537-edc350a8-99c7-4e9f-9a8e-c9aa5e0585d3.p…
-
Looks like the README has a couple bugs for the quickstart example.
- `client.batch....` - `client` does not exist this should probably be `turso.batch`
- the insert statement errors out because o…
-
I tried to use libsql (as per [example](https://docs.turso.tech/sdk/rust/guides/tauri)) with tauri. It works flawlessly on linux and macos but it fails on windows. I think it's stuck somewhere in `lib…
-
For Electron, it's actually necessary for Trezor.
-
### What do you want to change?
Currently the autogenerated `db.go` file contains this two types:
```go
type DBTX interface {
Exec(context.Context, string, ...interface{}) (pgconn.CommandTag,…
-
移动端表格使用类似的卡片设计
-
### What version of `drizzle-orm` are you using?
0.35.2
### What version of `drizzle-kit` are you using?
0.26.2
### Describe the Bug
I'm trying to upgrade to latest drizzle
https://github.com…
-
**WHAT:** Please update source code in [Microsecond-level SQL query latency with libSQL local replicas](https://blog.turso.tech/microsecond-level-sql-query-latency-with-libsql-local-replicas-5e4ae19b6…
-
Path: /api-reference/databases/invalidate-tokens
Code snippet is wrong
```
import { createClient } from "@tursodatabase/api";
const turso = createClient({
org: "...",
token: "",
});
…