Jeremy
Explore posts from serversBehavior of query.set / cache.set
Hello,
I am trying to preform some optimistic updates with the SolidStard data loading features. I've found the undocumented
.set
function on query
(previously named cache
) but can't seem to get it to mutate any data. Calling it seems to have no effect on createAsync
stores.
A couple threads have asked about this but have not received answers. Would anyone be able to shed light on the subject?2 replies
DTDrizzle Team
•Created by Jeremy on 5/4/2024 in #help
Is there a way to have Prototype / Push run without confirmation?
I have some integration tests that need to fill out a new database with the current schema. Currently I'm programatically running
drizzle-kit push:pg
but it requires a keyed confirmation before it pushes the schema. Is there a more direct way to run it programatically or some secret flag to disable the prompt?
Cheers!4 replies