Do I need to create names of collections in my database or will it be created automatically?
Unanswered
i_lost_to_loba_kreygasm posted this in #help-forum
collections?: {
Accounts: string;
Sessions: string;
Users: string;
VerificationTokens: string;
}; I want to use mongoDB adapter3 Replies
anybody ????
Western paper wasp
You have not posted any type of complete code sample, nor said what tools you’re using beyond MongoDB
All I see is a typescript type you wrote; writing a typescript type will not create collections in your database.