Leonard Ginters
Leonard Ginters
## Goals * Create a type-safe way of defining different steps within a single route * Allow sub-routes at any point * Better body parsing
I think a group feature would be cool. It should maybe have some of the following features. * Prefix * Middleware Maybe something like: ```typescript app.group((context) => { context.get(...); .......
Log more important information (for example at the body parsing part)
Using `npm:mysql2/promise` with Planetscale options (SSL enabled) makes the `execute` function hang in Deno while it works fine in Node.js. I haven't yet tested whether this is Planetscale-specific, or a...