Refactor DB Handler. Use Bun native SQL adapter.
This commit is contained in:
Vendored
-6
@@ -1,6 +0,0 @@
|
||||
import type { QueryRawValueType, ServerQueryObjectValue } from "../types";
|
||||
type Params = {
|
||||
query_value: ServerQueryObjectValue;
|
||||
};
|
||||
export default function queryValueParser({ query_value, }: Params): QueryRawValueType | QueryRawValueType[];
|
||||
export {};
|
||||
Reference in New Issue
Block a user