SophisticaSean / meme_coin

discord meme coin bot
9 stars 6 forks source link

merge UserUnits into User struct #25

Closed SophisticaSean closed 7 years ago

SophisticaSean commented 7 years ago

there's no point to use two separate structs, use sqlx with a single JOIN statement

SophisticaSean commented 7 years ago

will need to specify all columns in UserGet with the INNER JOIN