Re: Arduino SQL Connector

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Arduino SQL Connector
Дата
Msg-id 535010BA.5050805@hogranch.com
обсуждение исходный текст
Ответ на Re: Arduino SQL Connector  (Steve Spence <greentrust@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Susan Cassidy
Дата:
Сообщение: Re: Re: any way for a transaction to "see" inserts done earlier in the transaction?
Следующее
От: Andy Colson
Дата:
Сообщение: Re: Arduino SQL Connector