mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
start: rewrite the database layer using a freaking ORM
+ start ditching in-mem stores + move main db table to a new name + experiments!
This commit is contained in:
@@ -12,3 +12,16 @@
|
||||
-
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
## THE BIG ONE API CHANGES
|
||||
|
||||
- genre is no longer a string, but a struct:
|
||||
|
||||
```ts
|
||||
interface Genre {
|
||||
name: str;
|
||||
genrehash: str;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user