Postgres Weekly |
Issue 88 January 14, 2015
|
|
PostgreSQL 9.4 Now Available on Heroku |
Postgres 9.4 has been a long time coming, it feels we’ve been waiting for it since July, especially for JSONB. Now that it’s here you can get hands on with it directly on Heroku by simply clicking a button.
|
Heroku |
|
SQL Is Your Friend, Part 3 |
Part 3 of an awesome series on some of the great things about SQL digs into subqueries and common table expressions or CTE’s, think of them as a view within a single query. They can be both powerful and make things more readable.
|
Barrett Clark |
|
Actually Using the Database: Writing a Haskell API Server |
Some developers lean as heavily on their ORM as they can, others find a balance between using one or dropping to SQL where possible. But what if you were to start with only SQL? Here’s a take through the lens of heavily leveraging your database, highlighting using pgcrypto for authentication.
|
Jon Childress |
|
Publish/Subscribe (Pub/Sub) with Postgres and Node.js |
Whether it’s a realtime application of you’re just offloading work to background workers pub/sub has a place in your app, and it also has a home in Postgres with listen/notify. Here’s a great example of using it with Node.
|
Pelle Wessman |
|
|
|