Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using SQLite to query an in-memory database created by sqlite_blaster #3

Open
srinarasi opened this issue Apr 13, 2023 · 1 comment

Comments

@srinarasi
Copy link

I have an in-memory database that I create on startup and query frequently thereafter. Do you know of a way to use sqlite_blaster to create the in-memory DB initially and then ask SQLite to use the tree created by sqlite_blaster as the backend?

@siara-cc
Copy link
Owner

You could use a big enough cache with this library so all data is stored in memory. But you would have to give a filename and store it to disk eventually for loading it with Sqlite for querying it thereafter. This library does not use the same way as SQLite to store database in memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants