Add HStore support to your Postgres database
Postgres doesn't have HStore enabled by default (especially if you're using Postgresapp on OSX ); There is a quick fix though.
# This is to enable hstore in your current database
$ psql YOUR_CURRENT_DATABASE -c 'create extension hstore;'
# And this is to enable it for your future databases
$ psql template1 -c 'create extension hstore;'
Simple !
Filed Under
Subscribe to the systems briefings
Practical diagnostics for products, teams, and institutions navigating AI-driven change.
Subscribe to the systems briefings. Practical diagnostics for products, teams, and institutions navigating AI-driven change. — Subscribe at https://zakelfassi.com/newsletter
About the Author

Engineer-philosopher · Systems gardener · Digital consciousness architect
What's next
A few handpicked reads to continue the thread.
- →1 min read
Fix Vagrant and VirtualBox
programming - →4 min read
What you should know about Facebook Voice Audio Comments: Delivering Happiness.
Exploring the evolution of communication, this post discusses the shift from text-based messaging to voice interactions on social media. It introduces 'Talk & Comment,' an experiment that allows voice comments on Facebook, reflecting on its potential to bring fun and emotion back into online interactions.
social-media - →1 min read
jQuery Mobile 1.3.0 SASS / Compass [GitHub]
programming