1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,001 forks (1,001 forks)github user discovery
enhancementhelp wantedimprovementsquestion
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
SQLite has deprecated shared page cache support, which is unfortunate for multitenant environments. Let's look at ways to support it.
Contributor guide
- Research direction
- Investigate the deprecated shared page cache in SQLite and propose alternative approaches for multitenant environments in Turso.
- Tech stack
- rustsql
- Domain
- backenddatabase
- Issue type
- Feature
- Prerequisites
- RustSQLite internals