Re: Arduino SQL Connector

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Arduino SQL Connector
Date: 2014-04-17 17:34:50
Message-ID: 535010BA.5050805@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/17/2014 7:46 AM, Steve Spence wrote:
> Not using arm or debian. Using a atmel 328p.

which is an AVR processor architecture. 16 bit, limited memory space.

you should be able to compile libpq as a static linkable library if you
have an AVR compiler, its pure C. I would leave out SSL support if you
can, as openssl is a mess.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2014-04-17 17:37:45 Re: Arduino SQL Connector
Previous Message Vincent Veyron 2014-04-17 17:33:45 Re: Re: any way for a transaction to "see" inserts done earlier in the transaction?