Nestjs & MySQL
Hello guys,
I'm trying to use Drizzle with nestjs, I have reached a point of creating a mysql connection with mysql2/promise, then I used drizzle function from drizzle-orm/mysql2, what I desire to achieve is reading from a replica db I have, without the need of creating any schema in my project, therefore it will be just an observer service.
Please could anyone refer me with any article or a documentation that would help?
0 Replies