diff --git a/readme.md b/readme.md index 091bb16..1c421e5 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,9 @@ [![Java CI with Gradle](https://github.com/mnbjhu/surrealdb-kotlin-driver/actions/workflows/gradle.yml/badge.svg)](https://github.com/mnbjhu/surrealdb-kotlin-driver/actions/workflows/gradle.yml) ## Overview A simple Kotlin Multiplatform driver for SurrealDB. +- Covers all of the SurrealDB Websocket endpoints: [Websocket Docs](https://surrealdb.com/docs/integration/websocket/text). +- Support for kotlinx.serialization meaning seamless integration between Kotlin and SurrealDB types. +- Database calls can be made asynchronously ## Usage ### Dependency