Skip to main content

4 docs tagged with "sql"

View all tags

Configuration

This page describes how to configure external SQL connections in the Genesis Application Platform.

Direct connection API

In addition to repository modules, you can interact directly with SQL connections via SqlDatabaseConnection (blocking) or SqlAsyncDatabaseConnection (suspending). This guide covers how to obtain a connection and how to use it.

Repository modules

Repository modules use the Direct connection API, and have the same limitations.