agrevster / pocketbase-kotlin

A multi-platform Kotlin SDK for Pocketbase.
https://agrevster.github.io/pocketbase-kotlin/
MIT License
25 stars 6 forks source link
kotlin kotlin-library kotlin-multiplatform pocketbase

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.3")
}