cheesydrizzle
cheesydrizzle
DTDrizzle Team
Created by cheesydrizzle on 6/17/2023 in #help
Same data is returned if I change the data without using Drizzle.
I have a telegram bot that queries SQLite database. Everything works as expected until I change data using my database UI client (DataGrip) directly. If I do this the data that the bot gets is not changed. Restarting the bot helps which makes me thinking there is some king of caching going on. Is it expected? If so, can it be disabled? Here are the versions of the ORM and the driver i'm using:
"drizzle-orm": "^0.25.4"
"better-sqlite3": "^8.3.0",
"drizzle-orm": "^0.25.4"
"better-sqlite3": "^8.3.0",
1 replies