Add FU::SQL

Somewhat experimental, need to test this approach on a real site.
Looking pretty promising so far, though.
This commit is contained in:
Yorhel 2025-02-20 11:43:16 +01:00
parent 48d3fb86a5
commit 145d086bea
5 changed files with 504 additions and 0 deletions

3
FU.pm
View file

@ -537,6 +537,7 @@ sub db {
}
sub sql { fu->db->q(@_) }
sub SQL { fu->db->Q(@_) }
@ -748,6 +749,8 @@ standalone and can be used independently of the framework:
=item * L<FU::Pg> - PostgreSQL client.
=item * L<FU::SQL> - Small and safe query builder.
=item * L<FU::XMLWriter> - Dynamic XML generation, easy and fast.
=back