Mojolicious::Plugin::INIConfig 0.04 is released
Mojolicious::Plugin::INIConfig catch up Mojolicious 7.31.
Mojolicious 7.31 removed some DEPRECATED methods.
I fixed test and release Mojolicious::Plugin::INIConfig 0.04.
Enjoy!
Mojolicious::Plugin::INIConfig catch up Mojolicious 7.31.
Mojolicious 7.31 removed some DEPRECATED methods.
I fixed test and release Mojolicious::Plugin::INIConfig 0.04.
Enjoy!
DBIx::Custom is good DBI wrapper to insert, update, delete, select easily and clean.
I introduce good code style of DBIx::Custom at 2017.
my $dbi = DBIx::Custom->connect("dbi:mysql:database=dbname", 'ken', '! LFKD% $&');
It is good to create model.
$dbi->create_model('book');
Because model is used, insert, update, delete, select is very clean.
# Insert $dbi->model('book')->insert({title => 'Perl', author => 'Ken'}); # Update $db…
I released DBIx::Custom 0.39. This time it is a big update. Please do test enough when updating.
The following features are added in DBIx::Custom 0.39.
SQL generation feature was added. You can get only SQL and bind values using the query option. This is corresponding to the feature of SQL::Abstract.
my $query = $dbi->model('book')->…
I'm Perl Programmer. I LOVE Perl. I want to contribute Perl community and Perl users.