FAQ on Embedding Postgres

Поиск
Список
Период
Сортировка
От David Fetter
Тема FAQ on Embedding Postgres
Дата
Msg-id 20080305143712.GJ19860@fetter.org
обсуждение исходный текст
Ответы Re: FAQ on Embedding Postgres  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
Folks,

I just got yet another question about embedding Postgres in a binary.
What should be in the FAQ on this subject?  Here's what I have so far:

Q:  How can I embed PostgreSQL in a binary?

A:  You can't.  PostgreSQL is designed from the ground up to run as a
separate set of processes on a server.  If you really need to embed an
SQL engine in a binary, consider the excellent
<a href="http://www.sqlite.org/">SQLite</a> for the purpose.

Comments?  Criticisms?  Rotten tomatoes?

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

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

Предыдущее
От: "Shahaf Abileah"
Дата:
Сообщение: Documenting a DB schema
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: FAQ on Embedding Postgres