NAME
Types::SQL - A library of SQL types
SYNOPSIS
use Types::SQL -types;
my $type = Varchar[16];
DESCRIPTION
This module provides a type library of SQL types. These are Type::Tiny objects that are augmented with a dbic_column_info
method that returns column information for use with DBIx::Class.
SEE ALSO
Types::SQL::Util, which provides a utility function for translating these types and other types from Types::Standard into column information for DBIx::Class::ResultSource.
AUTHOR
Robert Rothenberg, rrwo@cpan.org
LICENSE AND COPYRIGHT
Copyright 2017 Robert Rothenberg.
This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: