Re: postgres on a PDA

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: postgres on a PDA
Дата
Msg-id x7y95m9j2u.fsf@onceler.kciLink.com
обсуждение исходный текст
Ответ на Re: postgres on a PDA  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
>>>>> "TL" == Tom Lane <tgl@sss.pgh.pa.us> writes:

TL> dalgoda@ix.netcom.com (Mike Castle) writes:
>> To be honest, would BerkeleyDB be better?

TL> Very possibly, if it gets the job done for you.  But last I heard, there
TL> is no SQL engine in BerkeleyDB --- you have to write code against their
TL> access API.  Depending on your taste and the nature of your application,
TL> that might or might not be nicer than writing SQL ...

See http://www.hwaci.com/sw/sqlite/index.html for an embedded SQL
engine.  It used to be based on GDBM, but I'm not sure what the
backing store is now.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem handling timezones
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE TYPE example needed