feat: land sqlite (#12141)

This commit is contained in:
jif-oai
2026-02-23 16:12:23 +00:00
committed by GitHub
parent 2119532a81
commit eace7c6610
3 changed files with 24 additions and 21 deletions
+2 -2
View File
@@ -494,8 +494,8 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::Sqlite,
key: "sqlite",
stage: Stage::UnderDevelopment,
default_enabled: false,
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::MemoryTool,