mirror of
https://github.com/Noratrieb/recommentation-bot.git
synced 2026-03-15 04:26:04 +01:00
inital commit
This commit is contained in:
commit
5d4df2c9c9
27 changed files with 1157 additions and 0 deletions
7
dbschema
Normal file
7
dbschema
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue