SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,6 @@
This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

View file

@ -0,0 +1,30 @@
${P5SITE}/DBIx/
${P5SITE}/DBIx/Class/
${P5SITE}/DBIx/Class/SQLMaker/
${P5SITE}/DBIx/Class/SQLMaker/Role/
${P5SITE}/DBIx/Class/SQLMaker/Role/SQLA2Passthrough.pm
${P5SITE}/DBIx/Class/Storage/
${P5SITE}/DBIx/Class/Storage/Debug/
${P5SITE}/DBIx/Class/Storage/Debug/PrettyPrint.pm
${P5SITE}/SQL/
${P5SITE}/SQL/Abstract/
${P5SITE}/SQL/Abstract.pm
${P5SITE}/SQL/Abstract/Formatter.pm
${P5SITE}/SQL/Abstract/Parts.pm
${P5SITE}/SQL/Abstract/Plugin/
${P5SITE}/SQL/Abstract/Plugin/BangOverrides.pm
${P5SITE}/SQL/Abstract/Plugin/ExtraClauses.pm
${P5SITE}/SQL/Abstract/Reference.pm
${P5SITE}/SQL/Abstract/Role/
${P5SITE}/SQL/Abstract/Role/Plugin.pm
${P5SITE}/SQL/Abstract/Test.pm
${P5SITE}/SQL/Abstract/Tree.pm
@man man/man3p/DBIx::Class::SQLMaker::Role::SQLA2Passthrough.3p
@man man/man3p/DBIx::Class::Storage::Debug::PrettyPrint.3p
@man man/man3p/SQL::Abstract.3p
@man man/man3p/SQL::Abstract::Plugin::BangOverrides.3p
@man man/man3p/SQL::Abstract::Plugin::ExtraClauses.3p
@man man/man3p/SQL::Abstract::Reference.3p
@man man/man3p/SQL::Abstract::Role::Plugin.3p
@man man/man3p/SQL::Abstract::Test.3p
@man man/man3p/SQL::Abstract::Tree.3p