Home

Awesome

Pocketbase Kotlin

Pocketbase Kotlin is a multi-platform Kotlin SDK for Pocketbase. Current supported Pocketbase Versions 0.20+,


More info can be found in the docs

Installation

Using this library requires the KotlinX Serialization plugin

To use Pocketbase Kotlin just add the following into your buildscript:

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.agrevster:pocketbase-kotlin:2.6.1")
}