Hacker News new | past | comments | ask | show | jobs | submit login

But with sqlite would it be that hard? You could use sqldiff or, even something like this:

diff <(sqlite3 db 'select text from posts where id = 1') <(sqlite3 db 'select text from posts where id = 2')




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: