Skip to content

Commit

Permalink
add missing jsdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jun 11, 2024
1 parent 01a6020 commit 2f7e9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const maker = make(SQLDatabaseResource);
* e.g. const connectionString = db.connectionString()
*
* @param name the name of the SQL Database
* @param options the options for the SQL Database
* @returns a SQL resource
*/
export const sql = (name: string, options?: SQLDatabaseOptions) => maker(name, options);

0 comments on commit 2f7e9b3

Please sign in to comment.