Hacker News new | ask | show | jobs
by nathcd 1639 days ago
SQLite has ATTACH (https://sqlite.org/lang_attach.html) for cross database operations. I've never tried it for foreign key constraints across databases, but I think it would work?