Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

make the query do something #1

@notbenh

Description

@notbenh

so duckyd had this wonderful idea of making the query auto-do stuff:

package My::Thing;
use SQL::Query::Builder @dbi_connect;

SELECT FROM db.table INTO My::Output WHERE col > 12;

DUMP My::Output->data;

SELECT FROM db.table INTO $output WHERE col > 13;

DUMP $output;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions