From c0b24e3c102644086e4d628098a4079810f10238 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 14 Aug 2023 12:44:00 +0100 Subject: [PATCH] Updating version --- build.gradle.kts | 2 +- readme.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f5b40b6..5e6689d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "uk.gibby" -version = "1.0-SNAPSHOT" +version = "0.1.1" repositories { mavenCentral() diff --git a/readme.md b/readme.md index 1ce8f75..6474ddd 100644 --- a/readme.md +++ b/readme.md @@ -106,6 +106,7 @@ val users = result.first().data>() ``` Using Record Links + In order to interact with id's in a type safe way, you can use `Thing` type. ```kotlin @@ -157,6 +158,6 @@ assert(author.password == "1234") ## Links - [SurrealDB](https://surrealdb.com/) -- [Api Documentation]() +- [Api Documentation](https://mnbjhu.github.io/surrealdb-kotlin-driver/api/) - [Installing SurrealDB](https://surrealdb.com/docs/installation) - [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization) \ No newline at end of file