Skip to content

An observable map-like data structure backed by an encrypted SQLite database, works only on Android

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE-java-radix-tree.txt
Notifications You must be signed in to change notification settings

getlantern/db-android

Repository files navigation

db-android

An observable key/value database built on top of SQLCipher (SQLite)

Uses modified version of https://github.com/thegedge/java-radix-tree.

ktlint

This project is formatted and linted with ktlint using the ktlint-gradle plugin.

You can install the ktlint Intellij plugin for some support for linting within Android Studio.

Add Commit Hook

./gradlew addKtlintCheckGitPreCommitHook

This adds a pre commit hook that lints all staged files upon commit.

Manually Auto-format

./gradlew ktlintFormat

This auto-formats all Kotlin files in the project.

Manually Check

./gradlew ktlintCheck

This manually runs the linter against all Kotlin files in the project.

About

An observable map-like data structure backed by an encrypted SQLite database, works only on Android

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE-java-radix-tree.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •