GithubHelp home page GithubHelp logo

andrewrademacher / mallard Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 72 KB

Database migration and testing as a library.

License: MIT License

Haskell 96.23% PLpgSQL 0.90% Shell 2.87%
database-management haskell haskell-library postgres sql

mallard's People

Stargazers

 avatar  avatar

Watchers

 avatar

mallard's Issues

Add option to specify success condition.

Field expects will take the possible values failure or success.

  • If given success, a test will be considered failed if an exception is raised by the SQL driver.
  • If given failure, a test will be considered passed if an exception is raised by the SQL driver.

Add a Test data type.

This data type forms the basis of independent database tests. They can be run at any time, and they are not apart of the migration graph.

app/Mallard.hs: error: Could not find module ‘Hasql.Options.Applicative’

In Stackage Nightly:

Building executable 'mallard' for mallard-0.6.1.1..
[1 of 1] Compiling Main             ( app/Mallard.hs, dist/build/mallard/mallard-tmp/Main.o )

app/Mallard.hs:21:1: error:
    Could not find module ‘Hasql.Options.Applicative’
    Perhaps you meant
      Hasql.OptparseApplicative (from hasql-optparse-applicative-0.3)
      Options.Applicative (from optparse-applicative-0.14.0.0)
    Use -v to see a list of the files searched for.
   |
21 | import           Hasql.Options.Applicative

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.