mysql icon indicating copy to clipboard operation
mysql copied to clipboard

MySQL driver for Deno

Results 34 mysql issues
Sort by recently updated
recently updated
newest added

I wrote a very simple app in both node and deno. I'm calling same store procedure in both (which is just 2 select statement returning 2 rows each). node mysql2...

It would be nice if this mysql-driver supported connecting through TLS. This issue (to keep it simple) talks about one-way TLS, not including client-certificates. Unfortunately, this does not mean it...

feature

Basically, I have a query that filters using date `AND date BETWEEN ? AND ?` and I get dates *out of that range* (specifically, the first row was one day...

bug
good first issue

Im trying to connect with a local deno API on my remote azure database (mariaDB version 10.3) but im facing this error : **Currently cannot support auth method mismatch .**...

bug

deno 1.19.2 MySQL Community Server 8.0.28 https://deno.land/x/[email protected] https://deno.land/x/[email protected]/mod.ts 跑起来报错: error: Uncaught (in promise) Error: Currently cannot support auth method mismatch! throw new Error("Currently cannot support auth method mismatch!"); ^ at...

Hi! I am trying to use this module in my application, but I receive an error "Not supported" whenever I try to connect. I shouldn't have any options which would...

It appears that there is no method for sanitizing strings to be safe for mysql. Generally, mysql drivers include this. I found a simple one on stack overflow **[here](https://stackoverflow.com/questions/7744912/making-a-javascript-string-sql-friendly)** (much...

enhancement

When I work with queries written on backend, it works fine. But when call stored procedures from 'client.query' and run using restClient, it first gives result set and at second...

question

Greetings. I have yet to get your library to work because it ultimately doesn't work with Digital Ocean MySQL 8 Managed databases. I'm a PHP developer and since PHP is...

enhancement

I was getting much worse performance than node/mysql2 in a web app benchmarked by k6. The problem seemed to be this driver, so I made a crude benchmark which seems...