Skip to main content

3 docs tagged with "types of api"

View All Tags

Types of API

This section outlines two types of API for interacting with the database:

Types of API - Async API

The Genesis low-code platform relies on Kotlin coroutines for providing high-performance applications. The Async API is the preferred API for accessing the database in Kotlin. The RxJava API is also available. If you use Java, the asynchronous API is not available.

Types of API - RxJava API

RxJava is a Java implementation of reactive extensions. The Genesis database uses this library to represent asynchronous database operations in java.