Viewing profile — cannadayr
cannadayr
HN member- Joined
- Sat, Jun 30, 2018, 7:20 PM UTC
- HN karma
- 26
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About cannadayr
No profile information was provided.
Recent public activity
-
comment
Comment #43311451
Location: California Remote: Yes Willing to relocate: Maybe Technologies: BQN, Erlang, C Résumé/CV: email me Email: my username at gmail dot com
-
comment
Comment #22842970
I'm pretty satisfied with gnu apl.
-
comment
Comment #19549214
Location: Boston, MA Remote: Yes Willing to relocate: No Technologies: PHP, Bash, SQL, Javascript, Apache2, MariaDB, Postfix, Bind9, OpenVPN, Varnish, Debian, FreeBSD Résumé/CV: ht…
-
comment
Comment #17866499
Could you expand on the benefits to this? Basically, git-sqlite already supports merges (see link above)
-
comment
Comment #17866264
yup, np. shoot me an email sometime, looks like we're on a similar page.
-
comment
Comment #17866211
Yes, I saw similar ideas ~ a year ago, & figured it was possible. It was just a matter of using sqlite's (excellent) sqldiff utility and wrapping a custom git diff driver. Took abo…
-
comment
Comment #17866101
Neat. I'll have to compare this to my own implementation. https://github.com/cannadayr/git-sqlite Instead of storing the transactions as a separate lmdb commit, I decided to store …
-
comment
Comment #17856210
I solved this problem by wrapping sqldiff (included w/ sqlite src) as a custom git diff driver. https://github.com/cannadayr/git-sqlite
-
comment
Comment #17432368
If people are a little confused about what this does, it lets you track a sqlite database using git. If a change is detected to the database, the diff is the set of sql queries nec…
- story