Re: Arduino SQL Connector

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

Thank you.

Steve Spence, KK4HFJ
Director, Green Trust
http://www.green-trust.org
Http://arduinotronics.blogspot.com

On Fri, Apr 18, 2014 at 10:35 AM, Adrian Klaver
<adrian(dot)klaver(at)aklaver(dot)com>wrote:

> 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

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2014-04-18 14:53:58 Re: Arduino SQL Connector
Previous 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.