[erlang-questions] How to convert sql return data to json
Nuku Ameyibor
nayibor@REDACTED
Thu Aug 31 15:12:48 CEST 2017
You can use https://github.com/talentdeficit/jsx,
https://github.com/davisp/jiffy
to convert erlang terms to and from json .
-----Original Message-----
From: "Palanikumar Gopalakrishnan" <palani@REDACTED>
Sent: 8/31/2017 12:32 PM
To: "erlang-questions@REDACTED" <erlang-questions@REDACTED>
Subject: [erlang-questions] How to convert sql return data to json
I want to get data from mysql and convert them into json format. I tried with this
module https://sourceforge.net/projects/erlmysql/files/latest/download?source=directory
Previously i tried this modules,
https://github.com/Eonblast/Emysql
This module give support for json conversion. But It was not support for Transaction.
So I need to convert Sql return data to Json format. Please guide me to solve this challenge
--
Warm Regards,
Palanikumar Gopalakrishnan
Developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170831/5f552c91/attachment.htm>
More information about the erlang-questions
mailing list