Aminadav Glickshtein
Aminadav Glickshtein
Yes. I see it for one second
Do you wanna try fix it? I will check the pr
By the way, I have testes it, the shourtcuts, and everything works as expected.
Who see this commit, and want this merge (until it will accepted) you can manually install it using: `npm i @aminadav/node-mysql`
Do I need to change the version number in package.json?
I have reverting it... didn't pushed it yet
Now you can pass JSON object to insert/update queries, and it will stringify it. When you run "select", it will automatically parse it to JSON object (if it success) Using...
What are you suggesting? You right. if a end-user for example enter in text input field for his name `{a:'1'}` then it will be returned as object, but it should...
You asked for use cases. We need audio from users for transcribe on the web. If they choose a video, we need to extract the audio first by using this...