inital commit

This commit is contained in:
nora 2021-04-02 16:50:07 +02:00
commit 5d4df2c9c9
27 changed files with 1157 additions and 0 deletions

7
dbschema Normal file
View file

@ -0,0 +1,7 @@
(: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)