multiple schema files
Hi im a bit confused on how to use multiple schemas. When i use mutiple files, db._.fullSchema retuns a emty object.
this is my drizzle config:
and this is how i init the db
See image for file struct.
Can anyone tell me what im doing wrong?

2 Replies
There is a difference between passing schema path in the config and the drizzle initialization.
You need to pass your schema to the initialization.
schema path is for drizzle-kit
so that drizzle can do migrations
This was indeed what i needed tnx