Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
Find a file
Yorhel baf0f90bd5 Pg: Add "time" type, change default format of "date" type but support "$date_str"
Using a consistent numeric interpretation for timestamps, dates and
times simplifies a bunch of operations. It certainly simplifies
conversion between the Postgres formats.
2025-02-28 13:03:16 +01:00
c Pg: Add "time" type, change default format of "date" type but support "$date_str" 2025-02-28 13:03:16 +01:00
FU Pg: Add "time" type, change default format of "date" type but support "$date_str" 2025-02-28 13:03:16 +01:00
t Pg: Add "time" type, change default format of "date" type but support "$date_str" 2025-02-28 13:03: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
ChangeLog Docs, compatibility fixes again, 0.1 release 2025-02-25 17:02:33 +01:00
COPYING FU: Revert integration with XMLWriter & import options; copyright stuff 2025-02-20 08:46:03 +01:00
FU.pm FU: Add "denied" and "notfound" convenience methods 2025-02-27 14:00:28 +01:00
FU.xs Pg: Skip query preparation when we can 2025-02-28 12:33:30 +01:00
Makefile.PL Minor doc & portability fixes 2025-02-26 08:06:57 +01:00
MANIFEST.SKIP jsonfmt: Fix threading support + memory leak bug 2025-01-28 19:20:46 +01:00
README.md Docs, compatibility fixes again, 0.1 release 2025-02-25 17:02:33 +01:00

FU - Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework

FU is a web development framework for Perl and a collection of handy utility modules.

Contributing: Refer to my contribution guidelines.

Project Status

EXPERIMENTAL; expect breaking changes.

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::Mailer - Simple sendmail wrapper

License

MIT.