Embedding Postgres in Java Application

Поиск
Список
Период
Сортировка
От Jasper Potts
Тема Embedding Postgres in Java Application
Дата
Msg-id 41EA9455.9000301@squarepark.com
обсуждение исходный текст
Ответы Re: Embedding Postgres in Java Application
Re: Embedding Postgres in Java Application
Список pgsql-jdbc
I am developing a desktop GUI application and am using postgres 8. I
need to be able to embed/bundle postgres with my application. To start
with I am releasing on windows with Linux and OSX later.

Is there a way of creating a JDBC connection to the db not over a
network socket?

The other way is going to be to start/stop the database from Java by
calling "pg_ctl start/stop". But that issues with this because of the
windows restrictions that postgres can't be run as a user with admin
privileges. Any Ideas?

Many Thanks

Jasper Potts

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

Предыдущее
От: Nicolai Tufar
Дата:
Сообщение: Transaltion update: tr
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Embedding Postgres in Java Application