We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786fd61 commit a787e7fCopy full SHA for a787e7f
src/lib/db.js
@@ -1,5 +1,4 @@
1
import mysql from "mysql2/promise";
2
-import fs from "fs";
3
4
export async function query({ query, values = [] }) {
5
// PlanetScale;
0 commit comments