You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: npm-package/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Squeeel
2
2
3
-
Make your raw SQL queries type-safe instantly.
3
+
Make your raw SQL queries type-safe.
4
4
5
5
Squeeel is a CLI tool that analyzes your codebase to find all your raw SQL queries and automatically generates TypeScript types for both query parameters and return values. This means you get full type safety and autocompletion for your SQL queries without any runtime overhead or query builder complexity.
6
6
@@ -75,6 +75,15 @@ Squeeel is designed for developers who prefer writing raw SQL queries. While que
75
75
76
76
Squeeel gives you the best of both worlds: the power and flexibility of raw SQL with the type safety of a query builder.
77
77
78
+
## Contributing
79
+
80
+
Thanks for considering contributing, any help is very welcome!
81
+
The primary things to contribute to is
82
+
83
+
- using it in projects to find rough edges, and improvements
84
+
- Extending to more libraries, [see](https://github.com/SorenHolstHansen/squeeel/issues/1)
85
+
- Bug fixes
86
+
78
87
## Acknowledgements
79
88
80
89
We use the following other projects extensively, without which, squeeel would likely not have been possible.
0 commit comments