| От | Doug McNaught |
|---|---|
| Тема | Re: Embedding Postgres "inside" an application |
| Дата | |
| Msg-id | m3u182mt25.fsf@varsoon.wireboard.com обсуждение исходный текст |
| Ответ на | Embedding Postgres "inside" an application (Joe Lester <joe_lester@sweetwater.com>) |
| Список | pgsql-general |
Joe Lester <joe_lester@sweetwater.com> writes: > Does anyone know if there's a way to embed the Postgres database > inside an application... so that it runs transparently, without the > user even having to know it's there? I would prefer to use Postgres, > but I fear that I may have to resort to mySQL or some other SQL > database that can be embedded. You can't prevent the server from running as a separate process (without hugely major surgery) but you can certainly embed the server in your app bundle and run it "behind the scenes". Picking a place for the data files, etc might be a little tricky, but it should all be doable. AFAIK, MySQL also has to run as a server--I don't think you can link to it as a library and access its databases from a single process. -Doug
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера