Hey, there is a way to append ST tables to existing database? I used prisma ORM and im not sure how ...
d
Hey, there is a way to append ST tables to existing database? I used prisma ORM and im not sure how can i update my migration to append ST tables
r
hey @damian_w
the tables are added to your database automatically via the supertokens core
d
Hmm..i filled connectionURI with my postgres URI and when try to signIn i get
Copy code
[Nest] 7372  - 18.11.2022, 15:33:05   ERROR [ExceptionsHandler] getaddrinfo ENOTFOUND postgresql
Error: getaddrinfo ENOTFOUND postgresql
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:69:26)
i use my own, clean postgre instalation
r
What’s the connection uri you added? Also, are you using docker for supertokens and for PostgreSQL?
b
damian_w , if you're using prisma, you can create your tables in database, and run prisma db pull to populate the schema.
49 Views