Files
seanime-docker/seanime-2.9.10/internal/database/db_bridge/README.md
2025-09-20 14:08:38 +01:00

233 B

The database may store some structs defined outside as []byte inside models. To avoid circular dependencies, we define methods that directly convert []byte to the corresponding struct using the database to store/retrieve them.