Blurbs ansible coffeescript django dvcs erlang es6 hg javascript json lua mercurial peewee postgresql python scope sql sqlalchemy yaml

array_to_json code postgresqljsonsql

SELECT array_to_json(array_agg(books))
FROM (SELECT isbn, author, title FROM my_books) AS books;