rewrite db stuff with scalars and generators

+ dump mixes with less than x=4 artists
+ try: disable pragma mmap_size
This commit is contained in:
cwilvx
2025-02-23 20:48:40 +03:00
parent a6814407b8
commit 07a4f97e17
17 changed files with 299 additions and 252 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ def get_pages():
"""
Get all pages.
"""
return PageTable.get_all()
return [page for page in PageTable.get_all()]
class AddPageItemBody(BaseModel):