JustZack / audit-congress

A website collecting & displaying information about the activities of congress.
0 stars 0 forks source link

Add "meta" type tables for imported data #70

Open JustZack opened 6 months ago

JustZack commented 6 months ago

A place to record values about something in the cache table. these tables could dynamically update instead of all at once.

E.G. The table `MembersMeta" records metadata about members, like:

Would ensure DB resources aren't tied up by something that never changes.

Using Views for this is probably best. Definitely implement into the Schema enforcer.