tursodatabase/turso

Schema migrations improvements over SQLite

Open

#303 geöffnet am 23. Aug. 2024

Auf GitHub ansehen
 (1 Kommentar) (3 Reaktionen) (0 zugewiesene Personen)Rust (1.001 Forks)github user discovery
enhancementhelp wantedimprovements

Repository-Metriken

Stars
 (19.103 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide