tursodatabase/turso

Support `VACUUM INTO` to create an encrypted db

开放

#5,852 创建于 2026年3月11日

 (2 条评论) (0 个反应) (0 位负责人)Rust (1,001 个派生)github user discovery
encryptiongood first issue

仓库指标

星标
 (19,103 个星标)
PR 合并指标
 (平均合并 2天 11小时) (30 天内合并 147 个 PR)

描述

The source db can be either encrypted or non encrypted. If the destination URI mentions encryption params, then it should produce an encrypted db. The tests also should make sure that db hash matches post vacuum.

If the source is already encrypted, then we should also that we are able to vacuum into another encrypted db but with different cipher settings.

The URI params should be like existing one: ?cipher=aegis256&hexkey=b1bbfda4f589dc9daaf004fe21111e00dc00c98237102f5c7002a5669fc76327

贡献者指南