Hacker News new | ask | show | jobs
by michaellee8 7 hours ago
I previously had a golang based crawler doing 5 concurrent process writing into the same sqlite wal, it caused the sqlite to get corrupted, and i finally decided to move to postgres instead.