Sheraff / soft-serve-tunes

Self hosted music server on raspberry pi
7 stars 0 forks source link

Genre recursive SQL #63

Closed Sheraff closed 1 year ago

Sheraff commented 1 year ago

Genres are queried with loops and recursivity in JS, this PR aims at improving that (and learning some SQL) by writing recursivity into the queries themselves.