A question about how to open the file stream database
How to open a file stream?
The downloaded file is []byt. I don't want to write it to a local file, Is there any way to open it directly in the program?
Does sqlite3_deserialize meet your needs? https://www.sqlite.org/c3ref/deserialize.html
It's not currently exposed via this library, but could be.
Does
sqlite3_deserializemeet your needs? https://www.sqlite.org/c3ref/deserialize.html It's not currently exposed via this library, but could be.
Thanks, I will try how to use it in Go
Support for Deserialize has been added and will be included in the next release. https://pkg.go.dev/github.com/mattn/go-sqlite3@master#SQLiteConn.Deserialize