mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
b387177b57
This module implements a session engine for Dancer2 by serializing the session, and storing it in a database via DBIx::Class. JSON was chosen as the default serialization format, as it is fast, terse, and portable. WWW: http://search.cpan.org/dist/Dancer2-Session-DBIC/ PR: 211277 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
8 lines
272 B
Plaintext
8 lines
272 B
Plaintext
This module implements a session engine for Dancer2 by serializing
|
|
the session, and storing it in a database via DBIx::Class.
|
|
|
|
JSON was chosen as the default serialization format,
|
|
as it is fast, terse, and portable.
|
|
|
|
WWW: http://search.cpan.org/dist/Dancer2-Session-DBIC/
|