Configuration
This page describes how to configure external SQL connections in the Genesis Application Platform.
This page describes how to configure external SQL connections in the Genesis Application Platform.
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 use the Direct connection API, and have the same limitations.
Overview