Posts Tagged ‘hstore’

Deserialization of hstore data structure in Perl

2008-10-04 14:30:59 CEST | No Comments | Tags: , , ,

You might be familiar with hstore datatype in PostgreSQL - if you’re not - check it out, as it is really cool.

Basically it’s hash in database, which you can search in.

- MORE -