tursodatabase/turso

Schema migrations improvements over SQLite

Open

#303 ouverte le 23 août 2024

Voir sur GitHub
 (1 commentaire) (3 réactions) (0 assignés)Rust (1 001 forks)github user discovery
enhancementhelp wantedimprovements

Métriques du dépôt

Stars
 (19 103 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Schema migrations are a common source of frustration for many SQLite users because they're pretty limited:

https://www.sqlite.org/draft/faq.html#q11

Let's improve schema migrations in Limbo over what SQLite has.

Guide contributeur