I don't fully understand the dataflow yet - new card sets are uploaded as separate files, fetched by the phone app, right? And from what I can tell, these get inserted into the sqlite database only - no deletes or updates?
--
You received this message because you are subscribed to the Google Groups "MTG Familiar Devs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mtg-familiar-d...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Just do an md5sum of our database and compare it to one regularly
compiled against Gatherer?
--
Oh so Adam already does it. Never mind.
Pay no attention to me.
Distrction: How's goes it everyone?
Well, he took my copy of Game of Thrones on vacation, so you won't hear from him for a bit.
Thanks, that matches my vague impressions . . .
So, that was secretly a leading question, because I'd been looking into the database as a place to store card lists, and was trying to figure out the feasibility of foreign keys into the cards table. If the rows on that table aren't deleted, or are restored from a file with the PK in it, it should work OK.
Any opinions on FKs in general? I notice the current db isn't normalized, and perhaps there's a reason behind that?