Re: Arduino SQL Connector

From: Steve Spence <greentrust(at)gmail(dot)com>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Arduino SQL Connector
Date: 2014-04-18 00:01:01
Message-ID: CAHe2DXwPK48pOw099tvdq44US=vgPr__TRYsHciaFC1j=EbKeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm trying to port my application from mysql to postgres (for the GIS
supoort). I had hoped there would be wild enthsuiasm for such a
project, as the Arduino community is extremely large, and this would
push postgres into a wider audience. I expected it would take multiple
people with varying backgrounds to accomplish the task. If you can do
it on your own, great. I'll be happy to lend what knowledge I have of
the Arduino and using the mysql connector -
http://www.green-trust.org/lmanco/find.php
Steve Spence, KK4HFJ
Director, Green Trust
http://www.green-trust.org
Http://arduinotronics.blogspot.com

On Thu, Apr 17, 2014 at 6:21 PM, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:
> On 17.4.2014 19:43, Steve Spence wrote:
>> Oracle thought it was a good idea to put out a MySQL version, I
>> figure there should be some effort to counter that here .....
>
> Really? I found no information about this on oracle.com or mysql.com,
> except for a section in the discussion forum with ~20 posts. It's true
> that the author is apparently a Senior Software Engineer at Oracle, but
> this seems like a his own project. So much regarding the "Oracle
> thought" part ...
>
> BTW I doubt the approach "Oracle does X => you should do X too" will be
> fruitful here.
>
>> Need a Team lead on this, and I'll collaborate as much as I can on the
>> Arduino / Networking side.
>
> I'm a bit confused. What do you mean by "team lead"? I was thinking that
> maybe this would be a fun project for the holidays, refreshing my
> Arduino-fu. But no way I'm interested in being a TL of anything.
>
> I was messing with the PostgreSQL protocol [1] recently, and writing a
> code implementing something like what the mysql connector does would be
> quite trivial. A day of work, maybe two if you know networking but not
> the protocol.
>
> regards
> Tomas
>
> [1] http://www.postgresql.org/docs/9.3/interactive/protocol.html
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-04-18 00:29:21 Re: Cluster recovery - FATAL: database files are incompatible with server. Different PG_CONTROL_VERSION for cluster and server.
Previous Message Adrian Klaver 2014-04-17 23:57:38 Re: Arduino SQL Connector