tursodatabase/turso

`ATTACH` support

Open

#2.183 aberto em 20 de jul. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1.001 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (19.103 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Our very own @glommer took a stab at this, but found out the following:

Turns out attach will be far from easy. We assume a single pager everywhere, and for attach,.whatever pager you use needs to be related to whichever database you are reading from.

First step is to support multiple databases at the VDBE layer, I suppose.

Guia do colaborador