[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#924700: ITP: libsql-tiny-perl -- simple SQL-building library



Package: wnpp
Owner: gregor herrmann <gregoa@debian.org>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-perl@lists.debian.org

* Package name    : libsql-tiny-perl
  Version         : 0.02
  Upstream Author : Andy Lester <andy@petdance.com>
* URL             : https://metacpan.org/release/SQL-Tiny
* License         : Artistic-2.0
  Programming Lang: Perl
  Description     : simple SQL-building library

SQL::Tiny is a very simple SQL-building library. It's not for all SQL needs,
only the very simple ones.

SQL::Tiny is for generating SQL code for simple cases. It doesn't handle
JOINs. It doesn't handle GROUP BY. It doesn't handle subselects. It's only
for simple SQL.

The trade-off for that brevity of code is that SQL::Tiny has to make new SQL
and binds from the input every time. You can't cache the SQL that comes back
from SQL::Tiny because the placeholders could vary depending on what the
input data is. Therefore, you don't want to use SQL::Tiny where speed is
essential.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.

Attachment: signature.asc
Description: Digital Signature


Reply to: