tursodatabase/turso

Schema migrations improvements over SQLite

Closed

#303 opened on Aug 23, 2024

 (1 comment) (3 reactions) (0 assignees)Rust (1,001 forks)github user discovery
enhancementhelp wantedimprovements

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (Avg merge 2d 11h) (147 merged PRs in 30d)

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.

Contributor guide