Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 145 Bytes

README.rdoc

File metadata and controls

10 lines (5 loc) · 145 Bytes

PgArray

Convert PostgreSQL arrays to Ruby arrays.

Example

require 'pg_array'

PgArray.new("{1,2,3}").to_a  # => ["1", "2", "3"]