currently we use a postgres schema name like {address}__{namespace}
but it might make more sense to use just address for the schema name and {namespace}__{tableName} for the tables (which would match more closely with https://github.com/latticexyz/mud/issues/1980 and how we're thinking of prefixing namespaced tables in MUD config)
currently we use a postgres schema name like
{address}__{namespace}
but it might make more sense to use just
address
for the schema name and{namespace}__{tableName}
for the tables (which would match more closely with https://github.com/latticexyz/mud/issues/1980 and how we're thinking of prefixing namespaced tables in MUD config)