Refactor DB Handler. Use Bun native SQL adapter.
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
type Params = {
|
||||
tableName: string;
|
||||
};
|
||||
export default function showEntries({ tableName }: Params): Promise<"__exit__" | undefined>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user