We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afd376 commit d36d39fCopy full SHA for d36d39f
lib/mysql.js
@@ -2,6 +2,7 @@ import JSONStream from "JSONStream";
2
import {json} from "micro";
3
import mysql, {createConnection} from "mysql2";
4
import {failedCheck} from "./errors.js";
5
+import {notFound} from "./errors.js";
6
7
const {Types, ConnectionConfig} = mysql;
8
0 commit comments