mirroring tables to sqlite? - Mailing list pgsql-general

From Mark Harrison
Subject mirroring tables to sqlite?
Date
Msg-id 4394C7D3.8070801@pixar.com
Whole thread Raw
Responses Re: mirroring tables to sqlite?
List 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 by date:

Previous
From: Steve Crawford
Date:
Subject: Changing database owner (7.4)
Next
From: "Florian G. Pflug"
Date:
Subject: Re: Missing variable "role" in "pg_settings"?