anyone?
# orm-help
l
anyone?
h
Prisma do not store data in public schema by default
You will need to change the schema
l
Ah, got it.
\dt graphql$dev.
listed my tables
🙌 1
t
@Luca am still getting
Did not find any relation named "graphql$dev".
help i don't know what else to say
h
It is named according you your service
@tonymj can you please send me the URL you have in prisma.yml
t
ok
Copy code
Service Name: default

  default (cluster: `local`)

    HTTP:       <http://localhost:4467>
    Websocket:  <ws://localhost:4467>
h
it is default$default for you
\dt default$default
that should work
t
thanks i have been trying to get up running with prisma all alone.. let me check it out
🙂 1
h
You can DM me anytime if need any sort of personal help
👍 1
t
prisma=# \dt default$default Did not find any relation named "default$default". prisma=# \d default$default Did not find any relation named "default$default". prisma=#
still not working
h
Are you using the default docker-compose.yml, it is possible that you trying to connect to wrong postgres instance as default one will make one inside docker
l
@tonymj did you add a trailing dot? i.e.
\dt default$default.
h
@Luca we already resolved this in DM. We used the search_path SQL statement
👍 2