hstore-attributes icon indicating copy to clipboard operation
hstore-attributes copied to clipboard

Maps attributes to hstore columns in postgres databases for easy casting and validations.

Results 1 hstore-attributes issues
Sort by recently updated
recently updated
newest added

If time zone is present, datetime attributes will be stored with timz zone e.g."2013-10-15 13:26:23 +0800". However, when they are read from database, it's converted to Time object in UTC...