mrf7 / KMMtg

2 stars 0 forks source link

Create Collection Database schema #1

Closed mrf7 closed 1 year ago

mrf7 commented 2 years ago

Come up with a first pass schema to track a single users collection. High level there will probably just be a Card table that has just enough columns to identify a specific card. e.g. Name, set, collector number, foil.

Add sql delight to project and implement schema with a suspend wrapper in carddb