lua-resty-mysql
lua-resty-mysql copied to clipboard
Possible to insert blob field?
I need to store some small pictures(30-40k each). blob is useful. How to store such binary data?
It might worth implementing a dedicated API for this. It should be easy once we have the prepare/execute API.
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 ~~