We should keep things simple IMO. If XML is too much bloat I'd suggest we make a simple file format for the cause.
I'd really want to avoid sqlite if possible because it kind of sounds like complete overkill for this. Keep things in plain text!
Code:
// PHYSICAL_COLOR <id> PART <design-id> COLOR <color> [...]
PHYSICAL_COLOR 4211000 PART 3660 COLOR 72
PHYSICAL_COLOR 4211536 PART 6553 COLOR 71
PHYSICAL_COLOR 50163 PART 48452 COLOR 72 PART 48168 COLOR 0
PHYSICAL_COLOR 4118687 PART 3815c4f COLOR 0
I'd really want to avoid sqlite if possible because it kind of sounds like complete overkill for this. Keep things in plain text!