Re: Arduino SQL Connector

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Steve Spence <greentrust(at)gmail(dot)com>, David Rysdam <drysdam(at)ll(dot)mit(dot)edu>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Arduino SQL Connector
Date: 2014-04-18 14:35:33
Message-ID: 53513835.3070004@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/18/2014 06:20 AM, Steve Spence wrote:
> And that is the way I used to do it, before the Arduino MySQL connector
> came out. It was nice not to have to go though the double stepping any
> more. Hence my interest in a Arduino PostgreSQL Connector.

I think it is a interesting idea, unfortunately I do not have the
programming skills to make it happen. The primary issue to getting this
going is that the Postgres developers are already pushed to the limit on
keeping up with existing platforms. Adding a new one with such resource
constraints is not all that compelling. That being said I still believe
you could get something going via a cross community approach. In other
words post your idea on a relevant Arduino forum/list also. To make the
process smoother a written proposal/outline of what is desired would be
nice. As has been mentioned the MySQL connector you are using is a cut
down version of the full MySQL client, so what it offers could be a
starting point for what you would want in a Postgres client. To have a
home for this maybe set up a GitHub account to point people to and from
which developers could work.

>
> Here is how it works today. slim and clean -
> http://www.green-trust.org/lmanco/find.php
>
> Steve Spence, KK4HFJ
> Director, Green Trust
> http://www.green-trust.org
> Http://arduinotronics.blogspot.com

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-04-18 14:44:02 Re: Cluster recovery - FATAL: database files are incompatible with server. Different PG_CONTROL_VERSION for cluster and server.
Previous Message Steve Spence 2014-04-18 14:31:35 Re: Arduino SQL Connector