zquery


License

License

GroupId

GroupId

dev.zio
ArtifactId

ArtifactId

zquery_sjs0.6_2.12
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

zquery
zquery
Project Organization

Project Organization

dev.zio
Source Code Management

Source Code Management

https://github.com/zio/zquery/

Download zquery_sjs0.6_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/dev.zio/zquery_sjs0.6_2.12/ -->
<dependency>
    <groupId>dev.zio</groupId>
    <artifactId>zquery_sjs0.6_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zio/zquery_sjs0.6_2.12/
implementation 'dev.zio:zquery_sjs0.6_2.12:0.1.0'
// https://jarcasting.com/artifacts/dev.zio/zquery_sjs0.6_2.12/
implementation ("dev.zio:zquery_sjs0.6_2.12:0.1.0")
'dev.zio:zquery_sjs0.6_2.12:jar:0.1.0'
<dependency org="dev.zio" name="zquery_sjs0.6_2.12" rev="0.1.0">
  <artifact name="zquery_sjs0.6_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zio', module='zquery_sjs0.6_2.12', version='0.1.0')
)
libraryDependencies += "dev.zio" % "zquery_sjs0.6_2.12" % "0.1.0"
[dev.zio/zquery_sjs0.6_2.12 "0.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
org.scala-js : scalajs-library_2.12 jar 0.6.32
dev.zio : zio_2.12 jar 1.0.0-RC18-2

provided (1)

Group / Artifact Type Version
com.github.ghik : silencer-lib_2.12.10 jar 1.4.4

test (3)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 0.6.32
dev.zio : zio-test_2.12 jar 1.0.0-RC18-2
dev.zio : zio-test-sbt_2.12 jar 1.0.0-RC18-2

Project Modules

There are no modules declared in this project.

ZIO Query

CI Release Snapshot Discord
Build Status Release Artifacts Snapshot Artifacts Badge-Discord

Summary

ZIO Query adds efficient pipelining, batching, and caching to any data source.

ZIO Query helps you dramatically reduce load on data sources and improve performance.

  • Pipelining. ZIO Query detects parts of composite queries that can be combined together for fewer individual requests to the data source.
  • Batching. ZIO Query detects parts of composite queries that can be executed in parallel without changing the semantics of the query.
  • Caching. ZIO Query can transparently cache read queries to minimize the cost of fetching the same item repeatedly in the scope of a query.

Compared with Fetch, ZIO Query supports response types that depend on request types, does not require higher-kinded types and implicits, supports ZIO environment and statically typed errors, and has no dependencies except for ZIO.

Documentation

ZIO Query Microsite

Contributing

Documentation for contributors

Code of Conduct

See the Code of Conduct

Support

Come chat with us on Badge-Discord.

License

License

dev.zio

ZIO

ZIO — Real World Functional Programming

Versions

Version
0.1.0