GithubHelp home page GithubHelp logo

quill-pg's Introduction

quill-pg

quill-pg contains Postgres (JDBC and postgres-async) extensions for quill. It is analogous to slick-pg for slick

Current state

quill-pg is currently in alpha phase. It is waiting for some futures in currently unreleased versions of quill and it needs to be tested properly

Supported Extensions

  • Json/Jsonb
  • Arrays (waiting for quill 1.0.1 to implement completely generic arrays, see zio/zio-quill#588)
  • HStore

What is done

  • Generic dependency/project structure
  • Tests
  • Better documentation
  • Integrate MIMA plugin to detect binary incompatible versions

Code formatting

Please make sure that you format the code using scalafmt. You can do this by running scalafmt in sbt before committing. See scalafmt for more info.

License

See the license file for details.

quill-pg's People

Contributors

mdedetrich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

agrawal-raghav

quill-pg's Issues

Make Array Encoder/Decoder completely generic

This is an attempt to make a completely generic encoder for Postgres Array type. Completely generic means that quill will automatically handle mapping any Traversable[T] to a Postgres Array type, without having to manually create an extra specific array Encoder/Decoder for that type.
i.e. if you have a type like this

case class Email(email: String) extends AnyVal

You can decode to a List[Email] while reusing the defined Encoder/Decoder for Email

Currently waiting for quill release of 1.0.1 which will contain the zio/zio-quill#588 pull request which should help in achieving this

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.