Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I actually versioned my database file - I had a small metadata table with version number and creation time.

Then in the output from each of my other functions, I included the database version number. So all my output could be subsequently normalized by re-running the same input versus an arbitrary version of the database file.



Have you looked at the user_version pragma? I've been able to avoid use of special metadata tables with this.




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

Search: