karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.73k stars 74 forks source link

backend: get rid of cachew dependency for marshalling DbVisit into sqlite #420

Closed karlicoss closed 9 months ago

karlicoss commented 9 months ago

we don't really benefit from cachew much here, and cachew.NTBinder has performance overhead/extra dependency small amount of manual sqlite binding is a relatively small price to pay

plus some minor refactoring -- start moving database related stuff to promnesia.database