Skip to content

cozodb/cozo-lib-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 16, 2023
8c98d18 · Sep 16, 2023

History

21 Commits
Sep 16, 2023
Sep 16, 2023
Nov 20, 2022
Nov 30, 2022
Nov 30, 2022
Nov 30, 2022
Jun 1, 2023
Jun 1, 2023
Nov 27, 2022
Sep 16, 2023
Nov 20, 2022
Nov 20, 2022
Nov 20, 2022
Nov 27, 2022
Nov 27, 2022

Repository files navigation

CozoDB for Android

android

This document describes how to set up Cozo for use in Android. To learn how to use CozoDB (CozoScript), read the docs.

Installation

Artefacts are on Maven central:

implementation 'io.github.cozodb:cozo_android:0.7.2'

Usage

The API is identical to that in the JVM library.

You can build upon the example project here.

Reducing app size

In build.gradle of your app:

android {
    defaultConfig {
        ndk {
            abiFilters 'arm64-v8a', 'x86'
        }
    }
}

For more information:

About

Cozo library for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published