1 comment (1 comment)3 reactions (3 reactions)0 assignees (0 assignees)Rust1,001 forks (1,001 forks)github user discovery
enhancementhelp wantedimprovements
Repository metrics
- Stars
- 19,103 stars (19,103 stars)
- PR merge metrics
- Avg merge 2d 11h (Avg merge 2d 11h)147 merged PRs in 30d (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
- Research direction
- Review Limbo's current schema migration implementation and SQLite's migration limitations. Identify areas where Limbo can improve, such as allowing ALTER TABLE ADD COLUMN with constraints, table rewrites, or transactional DDL. Propose a design for enhanced migration support.
- Tech stack
- rustsql
- Domain
- database
- Issue type
- Feature
- Prerequisites
- RustSQLDatabase Migrations