Why not use keyv to implement db() 💡 #1282
Closed
alkene0005
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Great question: The resulting data of "keyv" includes much more metadata about when properties are written, the the data might be conflict if we swap it out. kevy also automatically writes to the json file when you call "set", so it may causes some unexpected behavior when using multiple properties vs only writing when calling "write" I'll keep thinking about it, but I'm still leaning towards no |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am now using store to call keyv data, I think why not keep using db and just change the db implementation to keyv?
Beta Was this translation helpful? Give feedback.
All reactions