Postgres is too heavy-duty for the use case of just having a database of songs to query. Look at moving to SQLite as a more lightweight data store
Changes should work with existing database CRUD functions and dockerfiles + compose files should be updated too
Postgres is too heavy-duty for the use case of just having a database of songs to query. Look at moving to SQLite as a more lightweight data store
Changes should work with existing database CRUD functions and dockerfiles + compose files should be updated too