Closed
Description
In https://github.com/porsager/postgres which has a similar query syntax, there is a way to use dynamic identifiers for schema or table name. Need something similar here as well. Let me know how I can help.
const tableName = 'abc';
await sql`SELECT * FROM ${sql(tableName)}`;
Metadata
Metadata
Assignees
Labels
No labels