relate: ad48fe50 --RELATED_TO--> 71261e95

This commit is contained in:
Cal Corum 2026-02-28 12:10:05 -06:00
parent b2fdcb434c
commit b0e1c7a527
3 changed files with 27 additions and 2 deletions

View File

@ -6,7 +6,13 @@ tags: [sba-scout, rust, database, architecture, sqlite, migration]
importance: 0.65
confidence: 0.8
created: "2026-02-28T18:09:49.826680+00:00"
updated: "2026-02-28T18:09:49.826680+00:00"
updated: "2026-02-28T18:10:05.594987+00:00"
relations:
- target: ad48fe50-12a6-4c65-a49c-3a691d75e03f
type: RELATED_TO
direction: incoming
strength: 0.85
edge_id: 594e81c0-2c76-4412-8513-157d7daa92e3
---
# SBA Scout Rust: two separate databases for Rust vs Python apps

View File

@ -0,0 +1,13 @@
---
id: 594e81c0-2c76-4412-8513-157d7daa92e3
type: RELATED_TO
from_id: ad48fe50-12a6-4c65-a49c-3a691d75e03f
from_title: "Rust CSV importer integration tested — matches Python DB exactly"
to_id: 71261e95-805e-44a0-8ee2-4a0f683dbc1f
to_title: "SBA Scout Rust: two separate databases for Rust vs Python apps"
strength: 0.85
created: "2026-02-28T18:10:05.594987+00:00"
updated: "2026-02-28T18:10:05.594987+00:00"
---
Integration test validates the architecture decision to use separate Rust DB

View File

@ -6,7 +6,13 @@ tags: [sba-scout, rust, importer, csv, testing, integration-test]
importance: 0.7
confidence: 0.8
created: "2026-02-28T18:09:42.807948+00:00"
updated: "2026-02-28T18:09:42.807948+00:00"
updated: "2026-02-28T18:10:05.594987+00:00"
relations:
- target: 71261e95-805e-44a0-8ee2-4a0f683dbc1f
type: RELATED_TO
direction: outgoing
strength: 0.85
edge_id: 594e81c0-2c76-4412-8513-157d7daa92e3
---
# Rust CSV importer integration tested — matches Python DB exactly