agrevster / pocketbase-kotlin

A multi-platform Kotlin SDK for Pocketbase.

Home Page:https://agrevster.github.io/pocketbase-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocketbase Kotlin

Pocketbase Kotlin is a multi-platform Kotlin SDK for Pocketbase. Current supported Pocketbase Version 0.18 NOTE: This project will not support Pocketbase 0.19+ until Kotlin supports XCode 15 (likely to occur in the next release)


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

About

A multi-platform Kotlin SDK for Pocketbase.

https://agrevster.github.io/pocketbase-kotlin/

License:MIT License


Languages

Language:Kotlin 100.0%