JustZack / audit-congress

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

Add means to create and enforce a db schema + Create Initial Audit Congress Schema #18

Closed JustZack closed 9 months ago

JustZack commented 9 months ago

Add means to create, update, and drop tables/columns based on the provided schema.

Mostly in \MySqlConnector\ to keep things generalized

14