bitcoindevkit / bitcoindevkit/bdk-sqlite
Migration meta issue
Open
discussion
- Dominant language
- Rust
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We should document a process for handling database migrations.
## Requirements
- Support both up and down migrations. This may require maintaining the old queries.
- Try to batch schema changes into a single migration
- Migrations should happen in a major version release
## Known issues
- [x] #8
- [x] #12
- [x] #19
- [ ] Support wallets with 2+ keychains
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.