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
I recently developed a module and was wondering if you'd want to add it to the wiki page. krauter is a convenient extension of the Express router, which allows you to simply put strings (and a few other types) directly into your routes and have them automatically generated into parameterized query middleware. This makes it really quick to set up a data-driven API and greatly reduces the amount of boilerplate code that you need to write to do so. It currently supports PostgreSQL (pg), MySQL (mysql), SQL Server (mssql), and SQLite (sqlite3).
- [krauter](https://github.com/brandon-d-mckay/krauter) -- An extended Router that accepts strings/objects and generates middleware that performs parameterized database queries
Let me know if you have any questions/comments!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I recently developed a module and was wondering if you'd want to add it to the wiki page. krauter is a convenient extension of the Express router, which allows you to simply put strings (and a few other types) directly into your routes and have them automatically generated into parameterized query middleware. This makes it really quick to set up a data-driven API and greatly reduces the amount of boilerplate code that you need to write to do so. It currently supports PostgreSQL (pg), MySQL (mysql), SQL Server (mssql), and SQLite (sqlite3).
wiki::Home.md ## Other
Let me know if you have any questions/comments!
Thanks!
The text was updated successfully, but these errors were encountered: