soulsync/database
Antti Kettunen 337ec7309b Initialize the database only once per process
Since MusicDatabase is initialized per-thread (which I don't dare to change), we end up needlessly calling _initialize_database for each client that gets created, thus making a ton of redundant db initialization / migration calls over and over again throughout the process' lifetime
2026-04-11 14:35:58 +03:00
..
__init__.py basic db structure 2025-08-05 22:43:04 -07:00
music_database.py Initialize the database only once per process 2026-04-11 14:35:58 +03:00
music_library.db basic db structure 2025-08-05 22:43:04 -07:00