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:
parent
48d3fb86a5
commit
145d086bea
5 changed files with 504 additions and 0 deletions
3
FU.pm
3
FU.pm
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue