I hereby claim:
- I am jonisno on github.
- I am jonis (https://keybase.io/jonis) on keybase.
- I have a public key whose fingerprint is 3C95 3F8D 402F 1D0A E1A7 EB6A 49CF 2F2E 1B26 F33C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/perl | |
| use Mojolicious::Lite; | |
| use Mojo::Pg; | |
| use Mojo::JSON qw(decode_json encode_json); | |
| use 5.20.1; | |
| use experimental 'signatures'; | |
| helper pg => sub { state $pg = Mojo::Pg->new('postgresql://user:pass@localhost/dbname') }; | |
| app->pg->db->do( |