Nephia::Plugin::Otogiri - Quick hack database plugin for Nephia
package MyApp;
use Nephia plugins => ['Otogiri'];
app {
database_do <<'EOF';
CREATE TABLE member (
...
);
EOF
db->insert(member => {...});
};
Nephia::Plugin::Otogiri is a plugin for Nephia. It provides DSL for accessing to database.
database_do $sql;
Execute specified SQL.
my $db = db;
Returns an Otogiri object.
Copyright (C) papix.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
papix [email protected]