To use this module, you typically run the "create_or_update_db_schema"() routine at the start of your program/script, e.g.: use DBI; use SQL::Schema::Versioned qw(create_or_update_db_schema); my $spec = {...}; # the schema specification my $dbh = DBI...
PERLANCAR/SQL-Schema-Versioned-0.237 - 13 Jan 2019 09:12:58 GMTILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT
PERLANCAR/SQL-Schema-Versioned-0.237 - 13 Jan 2019 09:12:58 GMT
"SQL::Translator::Schema::View" is the view object....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT"SQL::Translator::Schema::Index" is the index object. Primary and unique keys are table constraints, not indices....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT"SQL::Translator::Schema::Table" is the table object....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT"SQL::Translator::Schema::Field" is the field object....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMTBase class for Schema objects. A Moo class consuming the following roles. SQL::Translator::Role::Error Provides "$obj->error", similar to Class::Base. SQL::Translator::Role::BuildArgs Removes undefined constructor arguments, for backwards compatibili...
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT"SQL::Translator::Schema::Trigger" is the trigger object....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT"SQL::Translator::Schema::Procedure" is a class for dealing with stored procedures (and possibly other pieces of nameable SQL code?)....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMTThis module exports the following constants for Schema features; CHECK_C FOREIGN_KEY FULL_TEXT NOT_NULL NORMAL NULL PRIMARY_KEY UNIQUE...
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT"SQL::Translator::Schema::Constraint" is the constraint object....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMTThis role provides methods to set and get a hashref of extra attributes for schema objects....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMTMZIESCHA/DBIx-Schema-Changelog-0.9.0 - 18 Sep 2015 22:53:59 GMT
This Moo::Role provides a method to compare if two objects are the same....
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMTIn scalar context, the result will just be the generated SQL statement. In list context, it will be "($sql, @bind)", i.e. the SQL statement together with the bind values....
DAMI/DBIx-DataModel-3.0 - 23 Feb 2018 20:04:23 GMTProduces schema output using a given Template Tookit template. It needs one additional producer arg of "ttfile" which is the file name of the template to use. This template will be passed a variable called "schema", which is the "SQL::Translator::Pro...
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT