Very-Best-Games / mafia

Simple mafia party game implementation
9 stars 7 forks source link

Db #8

Open Yankovsky opened 4 years ago

Yankovsky commented 4 years ago

For now we are using file system. Convenient for dev, but we need a proper db. Any key-value database will do I think.

pepyta commented 4 years ago

You should check Prisma.io with SQLite

Yankovsky commented 4 years ago

@pepyta Thanks, I'll take a loot into it.