Hacker News new | ask | show | jobs
by hilti 1268 days ago
Pretty simple with the built-in command

ATTACH customer145.sqlite as customer145; ATTACH customer2.sqlite as customer2;

Then query the attached tables.