package database
import "fmt"
func OnPartitaPlayersChange(partitaUid string) string {
return fmt.Sprintf("partita[uid=%q].players", partitaUid)
}