oniony / TMSU

TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Other
2.03k stars 118 forks source link

replace CGo-based sqlite to CGo-free modernc.org/sqlite #241

Closed itsabgr closed 1 year ago

oniony commented 2 years ago

Could you remove IDEA files please.

itsabgr commented 2 years ago

done

oniony commented 2 years ago

Could you please rebase and I will merge.

oniony commented 2 years ago

I just tried to merge this and have a few concerns:

  1. You've not updated the places where sqlite3 is initialised with sqlite, so it doesn't work.
  2. This ModernC package has a direct reference to the the mattn package we're replacing, so I don't really understand what we're achieving, other than an extra level of indirection.