mirroring tables to sqlite?

Поиск
Список
Период
Сортировка
От Mark Harrison
Тема mirroring tables to sqlite?
Дата
Msg-id 4394C7D3.8070801@pixar.com
обсуждение исходный текст
Ответы Re: mirroring tables to sqlite?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
So I need to mirror some data to sqlite.  This will be a new application,
so we'll be able to keep the schema pretty simple so as not to overwhelm
sqlite... most of it is just strings and numbers anyways.

Right now I'm going over the output of "psql -echo-hidden" to see how
to pull the appropriate schema information from postgresql.  The final
output will be sqlite statements to create tables which mirror the
structure in the master postgresql database.

Does anybody have something like this already?

Thanks!
Mark

--
Mark Harrison
Pixar Animation Studios

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Changing database owner (7.4)
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Missing variable "role" in "pg_settings"?