mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00

Use JetQuery's new `Repo.bindConnect()` to get a new Repo bound to a connection for each request. This significantly simplifies connection management and offloads all the connection pool management/reconnecting/etc. to pg.zig where it belongs. Improve development mode SQL syntax highlighting - highlight `SELECT`, `UPDATE`, `DELETE`, `INSERT` in different bolded colors for clarity.