InMemory SqlLite DB - Save to Stream

I know this will be a strange question, but can I use the in memory sql lite provider to generate a database to save out to a stream. Trying to avoid having to create them in the filesystem and then clean them up. I’m trying to generate some static snapshots that get sent to another system that will process them. Yes, I know I can use json/etc but I wanted to see if this will work.

I’m not aware of any such feature in in memory SQLite.

1 Like