persistent-parser: Parse persistent model files

[ bsd3, database, library, persistent, yesod ] [ Propose Tags ]

Parse persistent model files


[Skip to Readme]

Modules

[Last Documentation]

  • Database
    • Persist
      • Internal
        • Database.Persist.Internal.Parser
      • Database.Persist.Parser
      • Syntax
        • Database.Persist.Syntax.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log ChangeLog.md
Dependencies attoparsec, base (>=4.8 && <4.9), text [details]
License BSD-3-Clause
Author James M.C. Haver II
Maintainer mchaver@gmail.com
Category Database, Yesod, Persistent
Source repo head: git clone https://github.com/mchaver/persistent-parser
Uploaded by mchaver at 2016-09-08T04:38:30Z
Distributions NixOS:0.1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2278 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-20 [all 2 reports]

Readme for persistent-parser-0.1.0.1

[back to package description]

persistent-parser

persistent-parser provides functions and types to parse a Persistent file or Haskell file with Persistent QuasiQuoters and store the data in a tree structure.