SQLDelight Multiplatform Runtime (Experimental)

Multiplatform runtime library to support generated code

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

app.cash.sqldelight
ArtifactId

ArtifactId

runtime-js
Last Version

Last Version

2.0.0-alpha03
Release Date

Release Date

Type

Type

pom
Description

Description

SQLDelight Multiplatform Runtime (Experimental)
Multiplatform runtime library to support generated code
Project URL

Project URL

https://github.com/cashapp/sqldelight/
Source Code Management

Source Code Management

https://github.com/cashapp/sqldelight/

Download runtime-js

How to add to project

<!-- https://jarcasting.com/artifacts/app.cash.sqldelight/runtime-js/ -->
<dependency>
    <groupId>app.cash.sqldelight</groupId>
    <artifactId>runtime-js</artifactId>
    <version>2.0.0-alpha03</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.sqldelight/runtime-js/
implementation 'app.cash.sqldelight:runtime-js:2.0.0-alpha03'
// https://jarcasting.com/artifacts/app.cash.sqldelight/runtime-js/
implementation ("app.cash.sqldelight:runtime-js:2.0.0-alpha03")
'app.cash.sqldelight:runtime-js:pom:2.0.0-alpha03'
<dependency org="app.cash.sqldelight" name="runtime-js" rev="2.0.0-alpha03">
  <artifact name="runtime-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.cash.sqldelight', module='runtime-js', version='2.0.0-alpha03')
)
libraryDependencies += "app.cash.sqldelight" % "runtime-js" % "2.0.0-alpha03"
[app.cash.sqldelight/runtime-js "2.0.0-alpha03"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.7.0
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0-alpha03
2.0.0-alpha02
2.0.0-alpha01