mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
nit
This commit is contained in:
@@ -18,7 +18,7 @@ export interface SqlTemplateFunction {
|
||||
* await sql`
|
||||
* SELECT * FROM friends
|
||||
* WHERE name = ${name}
|
||||
* LIMIT ${age}::int
|
||||
* AND age = ${age}::int
|
||||
* `.query()
|
||||
*/
|
||||
export function datatable(name: string = "main"): SqlTemplateFunction {
|
||||
|
||||
Reference in New Issue
Block a user