How to embed postgresql?

From: Bruce YUAN <suanic(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: How to embed postgresql?
Date: 2009-06-16 04:13:38
Message-ID: eca90e1a0906152113n2c92302fk53da6f2e048adb5f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dears,

How to embed postgresql if possible?

In our Java application solution, we need an embedded database. Berkeley DB
can not meet our reqirements in performance and license, so we wish to port
postgresql as embedded database.

Architecture: Java -> JNI -> the API is wrapped from Plan/Executor modules

What's the feasibility? If it's possible, look for your coaching!

Many thanks!

Bruce

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Izmailov 2009-06-16 04:24:22 question about meaning of character varying without length
Previous Message Stephen Frost 2009-06-16 02:43:44 Re: [PATCH] backend: compare word-at-a-time in bcTruelen