sqlitecloud-js icon indicating copy to clipboard operation
sqlitecloud-js copied to clipboard

type the rest parameter in sql() functions as SQLiteCloudDataTypes

Open danielebriggi opened this issue 11 months ago • 0 comments

In Database and Connection files

public async sql(sql: TemplateStringsArray | string | SQLiteCloudCommand, ...values: SQLiteCloudDataTypes[]): Promise<any> {

danielebriggi avatar Jan 02 '25 15:01 danielebriggi