Re: Arduino SQL Connector

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>, pgsql-general(at)postgresql(dot)org
Subject: Re: Arduino SQL Connector
Date: 2014-04-17 23:57:38
Message-ID: 53506A72.3000201@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/17/2014 03:04 PM, Tomas Vondra wrote:
> On 17.4.2014 16:51, Adrian Klaver wrote:
>> On 04/17/2014 07:44 AM, David Rysdam wrote:
>>> Bruce Momjian <bruce(at)momjian(dot)us> writes:
>>>> On Thu, Apr 17, 2014 at 09:39:55AM -0400, Steve Spence wrote:
>>>>> So, who wants to work on this with me? I'm a fair arduino programmer,
>>>>> but know nothing about postgres.
>>>>
>>>> I would look at the MySQL one as a first step to see how that was done.
>>>> You are basically going to need to duplicate libpq, which is a major
>>>> undertaking.
>>>
>>> Maybe I'm being naive, but isn't libpq already being compiled for ARM by
>>> Debian? As long as it fits, you should be good. If it doesn't, you'll
>>> need to strip some stuff out.
>>>
>>
>> If you get the MySQL connector from here:
>>
>> https://launchpad.net/mysql-arduino/+milestone/release-1.0.2-beta
>>
>> you will see they are doing the equivalent, using the MySQL libmysqlclient:
>>
>> http://dev.mysql.com/downloads/connector/c/
>
> Really? I see no reference to libmysqlclient there. It seems they're
> simply reimplementing only a (small) subset of the library.

My mistake, was reading to fast and assumed facts not in evidence.
>
> Tomas
>
>

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Spence 2014-04-18 00:01:01 Re: Arduino SQL Connector
Previous Message Adrian Klaver 2014-04-17 23:55:35 Re: Cluster recovery - FATAL: database files are incompatible with server. Different PG_CONTROL_VERSION for cluster and server.