[Catalyst] Creating Catalyst Models from MSSQL
Lee Aylward
lee at laylward.com
Tue Aug 4 20:51:44 GMT 2009
On Tue, 4 Aug 2009 12:16:36 -0400
Meeko <meeko.lists at gmail.com> wrote:
> Hi, just to let everyone know, I never was able to get
> DBIx::Class::Schema::Loader to create my schemas automatically.
> However, I took the create=static option out, let Catalyst create
> just the model, and then manually created my schema, and was able to
> get my Catalyst app working with MSSQL using freetds. It's kind of a
> PITA to have to manually create all my schemas, but at least it works.
>
> - Meeko
>
Hi,
At my last job I was able to create a schema from a MSSQL server using
DBIx::Class::Schema::Loader. I believe I specified specifically what
tables I wanted it to create a schema for, though. I did have to ignore
a few warnings about column types, and manually tweak a few other
things. In any case, it is possible and saved me a ton of time since
the tables had way too many columns.
--
Lee
More information about the Catalyst
mailing list