Search results for "module:SQL::Schema"
SQL::Schema::Versioned - Routine and convention to create/update your application's DB schema
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 latest_v => 3, ins...
PERLANCAR/SQL-Schema-Versioned-0.239 - 08 Aug 2021 03:31:08 UTC
SQL::Translator::Schema - SQL::Translator schema object
VEESH/SQL-Translator-1.63
-
23 Feb 2023 23:45:47 UTC
Test::SQL::Schema::Versioned - Test SQL::Schema::Versioned spec
PERLANCAR/SQL-Schema-Versioned-0.239
-
08 Aug 2021 03:31:08 UTC
SQL::Translator::Schema::View - SQL::Translator view object
"SQL::Translator::Schema::View" is the view object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Index - SQL::Translator index object
"SQL::Translator::Schema::Index" is the index object. Primary and unique keys are table constraints, not indices....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Field - SQL::Translator field object
"SQL::Translator::Schema::Field" is the field object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Table - SQL::Translator table object
"SQL::Translator::Schema::Table" is the table object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Object - Base class for SQL::Translator schema objects
Base 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...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Trigger - SQL::Translator trigger object
"SQL::Translator::Schema::Trigger" is the trigger object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Constants - constants module
This module exports the following constants for Schema features; CHECK_C FOREIGN_KEY FULL_TEXT NOT_NULL NORMAL NULL PRIMARY_KEY UNIQUE...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Procedure - SQL::Translator procedure object
"SQL::Translator::Schema::Procedure" is a class for dealing with stored procedures (and possibly other pieces of nameable SQL code?)....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Constraint - SQL::Translator constraint object
"SQL::Translator::Schema::Constraint" is the constraint object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Role::Extra - "extra" attribute for schema classes
This role provides methods to set and get a hashref of extra attributes for schema objects....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
DBIx::DataModel::Schema::ResultAs::Sql - sql and bind values
In 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.04 - 05 Nov 2022 08:01:07 UTC
SQL::Translator::Schema::Role::Compare - compare objects
This Moo::Role provides a method to compare if two objects are the same....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC