First Commit. Based off bun-sqlite
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type Params = {
|
||||
sql: string;
|
||||
table: string;
|
||||
data: any | any[];
|
||||
};
|
||||
export default function ({ sql: passed_sql, table, data }: Params): Promise<string>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user