The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Nitesi::Backend::DBI - DBI backend for Nitesi Shop Machine

ATTRIBUTES

dbh

DBI database handle.

log_queries

Subroutine to log database queries.

query

Nitesi::Query::DBI object.

METHODS

attributes

Provides attributes for current object.

create

Creates a record.

update

Updates a record.

delete

Delete a record.

Searches records.

load

Loads a record

save

Saves a record.

dump

Dumps a record.

Dummy method, will removed later.

assign

Assigns object to the current one.

unassign

Unassigns object from the current one.

assigned

Returns list of assigned objects.