SqlBrite (Kotlin Extensions)

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.

License

License

Categories

Categories

Kotlin Languages Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.sqlbrite3
ArtifactId

ArtifactId

sqlbrite-kotlin
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

SqlBrite (Kotlin Extensions)
A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
Project URL

Project URL

http://github.com/square/sqlbrite/
Source Code Management

Source Code Management

http://github.com/square/sqlbrite/

Download sqlbrite-kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/com.squareup.sqlbrite3/sqlbrite-kotlin/ -->
<dependency>
    <groupId>com.squareup.sqlbrite3</groupId>
    <artifactId>sqlbrite-kotlin</artifactId>
    <version>3.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.sqlbrite3/sqlbrite-kotlin/
implementation 'com.squareup.sqlbrite3:sqlbrite-kotlin:3.2.0'
// https://jarcasting.com/artifacts/com.squareup.sqlbrite3/sqlbrite-kotlin/
implementation ("com.squareup.sqlbrite3:sqlbrite-kotlin:3.2.0")
'com.squareup.sqlbrite3:sqlbrite-kotlin:aar:3.2.0'
<dependency org="com.squareup.sqlbrite3" name="sqlbrite-kotlin" rev="3.2.0">
  <artifact name="sqlbrite-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.sqlbrite3', module='sqlbrite-kotlin', version='3.2.0')
)
libraryDependencies += "com.squareup.sqlbrite3" % "sqlbrite-kotlin" % "3.2.0"
[com.squareup.sqlbrite3/sqlbrite-kotlin "3.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.sqlbrite3 : sqlbrite jar 3.2.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.1.60

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.0
3.1.1
3.1.0
3.0.0