fromMarcin Wanago Blog - JavaScript, both frontend and backend
3 months agoAPI with NestJS #181. Prepared statements in PostgreSQL with Drizzle ORM
Using prepared statements improves query execution efficiency in PostgreSQL.
Prepared statements are session-specific, meaning they don't persist beyond the current session.