coord := hexxladb.Coord{Q: 3, R: 1}
pk, _ := lattice.Pack(coord)
err := tx.PutCell(ctx, record.CellRecord{
Key: pk,
RawContent: "Use testcontainers-go for integration tests.",
Tags: []string{"fact", "testing", "database"},
Provenance: record.ProvenanceWire{
SourceID: "session-2",
Confidence: 0.95,
},
Validity: record.ValidityWire{
ValidFrom: &startTime,
},
})