Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 600 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 600 Bytes

Build codecov

sqlgojson

Returns JSON from *sql.Rows

  • postgresql only

Installation

go get github.com/emirot/[email protected]

Why this project

I wanted to get JSON return from the database whithout having a struct already defined.
I found couple of examples online but no library.
I took those ideas and added some tests and automations and made it a library.