emmental/db
Anna Schumaker 2af61f8787 db: Create a YearTable and Year object
I do lookups and inserts based only on the year field. Decades are
created automatically on insert.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-23 13:14:56 -04:00
..
__init__.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00
album.py db: Add a function so Albums can list their Discs 2021-08-23 13:13:49 -04:00
artist.py db: Give Artists a function for listing their Albums 2021-08-23 13:13:25 -04:00
decade.py db: Create a DecadeTable and Decade object 2021-08-23 13:14:31 -04:00
disc.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
genre.py db: Create a GenreTable and Genre object 2021-08-23 13:14:09 -04:00
objects.py db: Add a Tag object 2021-08-23 13:12:02 -04:00
test_album.py db: Add a function so Albums can list their Discs 2021-08-23 13:13:49 -04:00
test_artist.py db: Give Artists a function for listing their Albums 2021-08-23 13:13:25 -04:00
test_db.py db: Add initial SQL connection object 2021-08-22 07:33:43 -04:00
test_decade.py db: Create a DecadeTable and Decade object 2021-08-23 13:14:31 -04:00
test_disc.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
test_genre.py db: Create a GenreTable and Genre object 2021-08-23 13:14:09 -04:00
test_objects.py db: Add a Tag object 2021-08-23 13:12:02 -04:00
test_year.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00
year.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00