lua-resty-mysql icon indicating copy to clipboard operation
lua-resty-mysql copied to clipboard

Possible to insert blob field?

Open fastcoding opened this issue 6 years ago • 2 comments

I need to store some small pictures(30-40k each). blob is useful. How to store such binary data?

fastcoding avatar Feb 22 '19 13:02 fastcoding

It might worth implementing a dedicated API for this. It should be easy once we have the prepare/execute API.

agentzh avatar Feb 24 '19 20:02 agentzh

It might worth implementing a dedicated API for this. It should be easy once we have the prepare/execute API.

so @agentzh what's the current progress of 'prepared statement' feature? i noticed that this feature was been mentioned in year 2014 , but now it's 2019... when the 'prepared statement' will be ready for use?

thanks ~~

aceyin avatar Aug 27 '19 10:08 aceyin