RakaDoank

Results 2 issues of RakaDoank

I tried mysql.raw() and mysql.format() to passing an query to mysql.query, like this example `const db=require('./db');` `const id=await mysql.raw('REPLACE(UUID(),"-","")');` `const query=await mysql.format('insert into table values (?,?)',[id,123]);` that would be catch...

### Description I actually have existing project with RN 0.73.1, and want to use this library, but the build process in Android or the Gradle Sync in Android Studio was...

:bug: Bug