Grinnz / Mojo-SQLite

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite
https://metacpan.org/pod/Mojo::SQLite
Other
27 stars 12 forks source link

Add query_p to database object #14

Closed marcoarthur closed 3 years ago

marcoarthur commented 4 years ago

As with Mojo::Pg (https://metacpan.org/pod/Mojo::Pg::Database#query_p) we would like to have a query_p method so we can switch backends (Sqlite and Pg) seamless.

Grinnz commented 3 years ago

Will be added by #20 in the next release.