A PostgreSQL-based Stackable to Simplify Webhooks Integration
A look into @platformatic/pg-hooks
May 24, 20245 min read644

Search for a command to run...
Articles tagged with #postgresql
A look into @platformatic/pg-hooks

When it comes to SQL, one of the most unnatural things to do is to map arrays to a table, since arrays cannot be mapped into SQL columns. Let’s consider a very common case of a “tag cloud” of a blog, where every “Page” would have multiple tags associ...
