SQLDelight Android Support Driver

Driver to support SQLDelight generated code on Android, no Androidx

License

License

GroupId

GroupId

co.touchlab
ArtifactId

ArtifactId

android-arch-driver
Last Version

Last Version

1.2.1-noandroidx
Release Date

Release Date

Type

Type

aar
Description

Description

SQLDelight Android Support Driver
Driver to support SQLDelight generated code on Android, no Androidx
Project URL

Project URL

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

Source Code Management

https://github.com/square/sqldelight/

Download android-arch-driver

How to add to project

<!-- https://jarcasting.com/artifacts/co.touchlab/android-arch-driver/ -->
<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>android-arch-driver</artifactId>
    <version>1.2.1-noandroidx</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/android-arch-driver/
implementation 'co.touchlab:android-arch-driver:1.2.1-noandroidx'
// https://jarcasting.com/artifacts/co.touchlab/android-arch-driver/
implementation ("co.touchlab:android-arch-driver:1.2.1-noandroidx")
'co.touchlab:android-arch-driver:aar:1.2.1-noandroidx'
<dependency org="co.touchlab" name="android-arch-driver" rev="1.2.1-noandroidx">
  <artifact name="android-arch-driver" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='android-arch-driver', version='1.2.1-noandroidx')
)
libraryDependencies += "co.touchlab" % "android-arch-driver" % "1.2.1-noandroidx"
[co.touchlab/android-arch-driver "1.2.1-noandroidx"]

Dependencies

compile (4)

Group / Artifact Type Version
com.squareup.sqldelight : runtime-jvm jar 1.2.0
android.arch.persistence » db jar 1.1.0
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.50
android.arch.persistence » db-framework jar 1.1.0

Project Modules

There are no modules declared in this project.

SQLDelight

See the project website for documentation and APIs

SQLDelight generates typesafe kotlin APIs from your SQL statements. It verifies your schema, statements, and migrations at compile-time and provides IDE features like autocomplete and refactoring which make writing and maintaining SQL simple.

SQLDelight understands your existing SQL schema.

CREATE TABLE hockey_player (
  id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
  name TEXT NOT NULL,
  number INTEGER NOT NULL
);

It generates typesafe code for any labeled SQL statements.

intro.gif


SQLDelight supports a variety of dialects and platforms:

SQLite

MySQL (JVM)

PostgreSQL (JVM) (Experimental)

HSQL/H2 (JVM) (Experimental)

Snapshots

Snapshots of the development version (including the IDE plugin zip) are available in Sonatype's snapshots repository.

License

Copyright 2016 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
co.touchlab

Square

Versions

Version
1.2.1-noandroidx
1.2.0-noandroidx