SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
903 stars 156 forks source link

How to get a binary blob and it's size #211

Closed ckok77 closed 3 years ago

ckok77 commented 3 years ago

usuallyI use sqlite3 to load and save binary files, and then operate it in memory,but how can i do it?Best regard~

aminroosta commented 3 years ago

You can check the dev branch. Readme has a few good examples.