mirror of
https://github.com/Noratrieb/recommentation-bot.git
synced 2026-01-14 16:25:03 +01:00
7 lines
No EOL
178 B
Text
7 lines
No EOL
178 B
Text
(:User {id:number})
|
|
(:Thing {type:string, name:string, tags:[string]})
|
|
|
|
type: s(show), g(game), m(movie), o(other)
|
|
|
|
(:User) - [:SUBS_TO] -> (:User)
|
|
(:User) - [:LIKES] -> (:Thing) |