DatabaseProvider
interface DatabaseProvider
Interface for abstracting database access.
Functions
Link copied to clipboard
Executes a transaction asynchronously using a CompletableFuture.
Link copied to clipboard
Executes a transaction asynchronously using Kotlin coroutines.