Hacker News new | ask | show | jobs
by jcwayne 1474 days ago
Overall, this looks great. My only concern the the project file being a SQLite db. I'd really like to have something to (usefully) put in version control.
1 comments

I did the original version in a JSON backed file but I don't really want to go back to that.

It is not unreasonable to store the sqlite database in a git repo: https://stackoverflow.com/a/5435079/1507139.

I'm not yet sure what the right long-term solution is.