Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbjhu committed Aug 14, 2023
1 parent c0b24e3 commit ade6403
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ val users = result.first().data<List<User>>()
In order to interact with id's in a type safe way, you can use `Thing` type.

```kotlin

import java.time.ZoneId

@Serializable
data class User(
val id: Thing<User> = unknown(),
Expand Down Expand Up @@ -160,4 +157,4 @@ assert(author.password == "1234")
- [SurrealDB](https://surrealdb.com/)
- [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)
- [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization)

0 comments on commit ade6403

Please sign in to comment.