Thu, 03 Oct 2024 13:25:52 UTC | login

Information for build ghc-esqueleto-3.3.3.2-2.fc33

ID169374
Package Nameghc-esqueleto
Version3.3.3.2
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-esqueleto.git#37077e81bd220fcc3441668032f687dbf82ae89c
SummaryType-safe EDSL for SQL queries on persistent backends
Description'esqueleto' is a bare bones, type-safe EDSL for SQL queries that works with unmodified 'persistent' SQL backends. Its language closely resembles SQL, so you don't have to learn new concepts, just new syntax, and it's fairly easy to predict the generated SQL and optimize it for your backend. Most kinds of errors committed when writing SQL are caught as compile-time errors---although it is possible to write type-checked 'esqueleto' queries that fail at runtime. 'persistent' is a library for type-safe data serialization. It has many kinds of backends, such as SQL backends ('persistent-mysql', 'persistent-postgresql', 'persistent-sqlite') and NoSQL backends ('persistent-mongoDB'). While 'persistent' is a nice library for storing and retrieving records, including with filters, it does not try to support some of the features that are specific to SQL backends. In particular, 'esqueleto' is the recommended library for type-safe 'JOIN's on 'persistent' SQL backends. (The alternative is using raw SQL, but that's error prone and does not offer any composability.) Currently, 'SELECT's, 'UPDATE's, 'INSERT's and 'DELETE's are supported. Not all SQL features are available, but most of them can be easily added (especially functions), so please open an issue or send a pull request if you need anything that is not covered by 'esqueleto' on <https://github.com/bitemyapp/esqueleto>. The name of this library means "skeleton" in Portuguese and contains all three SQL letters in the correct order =). It was inspired by Scala's Squeryl but created from scratch.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 07 May 2021 17:50:59 UTC
CompletedFri, 07 May 2021 18:03:30 UTC
Taskbuild (f33, /rpms/ghc-esqueleto.git:37077e81bd220fcc3441668032f687dbf82ae89c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-esqueleto.git#37077e81bd220fcc3441668032f687dbf82ae89c'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 16 2020 Jens Petersen <petersen@redhat.com> - 3.3.3.2-1 - update to 3.3.3.2 * Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 3.3.3.0-1 - update to 3.3.3.0 * Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 3.0.0-1 - update to 3.0.0 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 2.6.0-3 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 2.6.0-1 - update to 2.6.0 - disable haddock because of internal error * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.20180715-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Jens Petersen <petersen@redhat.com> - 2.5.20180715-2 - refresh to cabal-rpm section delimiters