programmingarchive
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
What’s next
A few handpicked reads to continue the thread.
Fix Vagrant and VirtualBox
2 min readjQuery Mobile 1.3.0 SASS / Compass [GitHub]
1 min readBackbone-AMD using RequireJS Boilerplate [GitHub]
1 min readTackling the complexities of heavy JavaScript applications, this post introduces an open-source Backbone-AMD Boilerplate, designed to simplify creating modular Backbone-AMD compliant apps. It invites readers to engage with the project through forking, pulling, and suggesting improvements.
About the Author

Zak El Fassi
Engineer · systems gardener · philosopher-scientist · Between Curiosity, Code & Consciousness