Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
Find a file
Yorhel b2d676b1ed pg: Add query tracing & prepare/execute time measurements
What I'd really like, in addition to this, is a way to extract a query
from an $st object that can be run in the psql CLI. VNDB has a debugging
feature for that, but it's less trivial to make that work with binary
query parameters.
2025-02-22 15:15:16 +01:00
c pg: Add query tracing & prepare/execute time measurements 2025-02-22 15:15:16 +01:00
FU pg: Add query tracing & prepare/execute time measurements 2025-02-22 15:15:16 +01:00
t pg: Add query tracing & prepare/execute time measurements 2025-02-22 15:15:16 +01:00
.gitignore Init 2025-01-26 15:32:47 +01:00
bench.PL bench: Re-run with more time + JSON::Tiny & XMLWriter benchmarks 2025-02-19 13:32:28 +01:00
COPYING FU: Revert integration with XMLWriter & import options; copyright stuff 2025-02-20 08:46:03 +01:00
FU.pm FU::Log: Add logger and basic integration with FU 2025-02-21 17:13:32 +01:00
FU.xs pg: Add query tracing & prepare/execute time measurements 2025-02-22 15:15:16 +01:00
Makefile.PL Abstract and cleanup ugly byte swapping code 2025-02-10 07:35:34 +01:00
MANIFEST.SKIP jsonfmt: Fix threading support + memory leak bug 2025-01-28 19:20:46 +01:00
README.md FU::Log: Add logger and basic integration with FU 2025-02-21 17:13:32 +01:00

FU - Framework Ultimatum

WIP.

Contributing: Refer to my contribution guidelines.

Build & Install

perl Makefile.PL
make
make install

Project ideas

Things that may or may not happen:

  • FU::JSON - JSON::{XS,PP,etc}-compatible wrapper around FU::Util's JSON functions? I prolly won't need this myself, but could be handy.
  • FU::DBI - DBI wrapper with a FU::Pg-like API, for easier integration into FU.
  • FU::Validate - TUWF::Validate & normalization with some improvements.
  • FU::Mailer - Simple sendmail wrapper

License

MIT.