Skip to content

Commit

Permalink
feat: creating params support
Browse files Browse the repository at this point in the history
Params supports allows the user to inform
Sql Parameters separated from the query,
which will optmize Dapper caching
  • Loading branch information
Farenheith committed Oct 14, 2024
1 parent dc8cb4d commit 8de1970
Show file tree
Hide file tree
Showing 21 changed files with 419 additions and 201 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npx lint-staged
npm test
3 changes: 3 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*.cs": "npm run lint:fix"
}
2 changes: 1 addition & 1 deletion node_modules/.modules.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8de1970

Please sign in to comment.