mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add DBIx-Class-Cursor-Cached.
* gnu/packages/databases.scm (perl-dbix-class-cursor-cached): New variable.
This commit is contained in:
parent
97c821e030
commit
4e4039e529
1 changed files with 25 additions and 0 deletions
|
@ -359,6 +359,31 @@ (define-public perl-dbix-class
|
||||||
\"ORDER BY\" and \"HAVING\" support.")
|
\"ORDER BY\" and \"HAVING\" support.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-dbix-class-cursor-cached
|
||||||
|
(package
|
||||||
|
(name "perl-dbix-class-cursor-cached")
|
||||||
|
(version "1.001002")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/A/AR/ARCANEZ/"
|
||||||
|
"DBIx-Class-Cursor-Cached-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"19r7jr6pknxiirrybq0cd0lnr76xiw05arnfqgk9nrhp6c7vvil0"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-cache-cache" ,perl-cache-cache)
|
||||||
|
("perl-dbd-sqlite" ,perl-dbd-sqlite)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-carp-clan" ,perl-carp-clan)
|
||||||
|
("perl-dbix-class" ,perl-dbix-class)))
|
||||||
|
(home-page "http://search.cpan.org/dist/DBIx-Class-Cursor-Cached")
|
||||||
|
(synopsis "Cursor with built-in caching support")
|
||||||
|
(description "DBIx::Class::Cursor::Cached provides a cursor class with
|
||||||
|
built-in caching support.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-dbix-class-introspectablem2m
|
(define-public perl-dbix-class-introspectablem2m
|
||||||
(package
|
(package
|
||||||
(name "perl-dbix-class-introspectablem2m")
|
(name "perl-dbix-class-introspectablem2m")
|
||||||
|
|
Loading…
Reference in a new issue