Re: Arduino SQL Connector - Mailing list pgsql-general

From John R Pierce
Subject Re: Arduino SQL Connector
Date
Msg-id 535010BA.5050805@hogranch.com
Whole thread Raw
In response to Re: Arduino SQL Connector  (Steve Spence <greentrust@gmail.com>)
List 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



pgsql-general by date:

Previous
From: Susan Cassidy
Date:
Subject: Re: Re: any way for a transaction to "see" inserts done earlier in the transaction?
Next
From: Andy Colson
Date:
Subject: Re: Arduino SQL Connector