logoalt Hacker News

dawnerdyesterday at 3:51 PM1 replyview on HN

Adding to the list: postgres (or any real db) support. I’ve had to repair their SQLite db so many times. It’s so common they have a help guide on it too and folks have made automated scripts to do it for you.


Replies

throwaway27448yesterday at 4:34 PM

How do they manage to get their sqlite database in such a state where it would need "repair"? how would psql fix this?

> or any real db

sqlite is literally the state of the art database. I suspect you mean "database server" or something

show 1 reply