in-memory database mode ? #6
Unanswered
wangjia184
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Hi @wangjia184 it does not, but I'm happy to take a PR on that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @wangjia184 I just added an in-memory operating mode. If the database file exists, it will be loaded into memory, and if not, it will be created. You have to flush the data to disk when done using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot, will try |
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
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/litegraphdb/litegraph/blob/main/src/LiteGraph/LiteGraphClient.cs#L151
Does LiteGraphClient support load a sqlite file from disk and open it as in-memory model, and write back to disk after bulk updates?
Beta Was this translation helpful? Give feedback.
All reactions