Re: Database Modeling Language

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Database Modeling Language
Date: 2012-01-17 17:21:57
Message-ID: jf4ald$ic6$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Tom Browder, 17.01.2012 12:51:
> Does anyone know of a non-gui database modeling system which uses a
> text file as input (formatted ASCII, xml, YAML, etc.) and which can
> output sql?
>
> I understand EXPRESS is a language that can be used for such but I
> haven't seen a tool or example of its use for generating sql.

Liquibase uses XML to describe the model and can generate the SQL from that.

Maybe that's what you are looking for?

http://www.liquibase.org/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Browder 2012-01-17 18:08:17 Re: Database Modeling Language
Previous Message Tom Browder 2012-01-17 11:51:32 Database Modeling Language