just updated drizzle kit and ORM
what am I doing wrong here??
according to drizzle docs
dbCredentials should take a property url but here its saying to pass 3 props databse, secretArn and resourceArn I dont even know what it is. Its an old project I just updated the ORM and getting these errors.
4 Replies
Ohh I got confused with the
driver propSolution
removed it and passed the
url, its fixed nowhello š
Yes by default Drizzle will select a driver for the kit commands.
If you explicitly choose aws, you need to add
secretArn and resourceArn (Iām not an expert on AWS, but I believe it is something provided to you in an admin dashboard)Yepp