← Back to Kairo Docs
|
API Reference (Dokka)
Kairo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kairo
postgres
/
kairo.sql
/
PostgresExtensionAware
Postgres
Extension
Aware
interface
PostgresExtensionAware
Inheritors
PostgresExtension
Members
Properties
connection
Factory
Link copied to clipboard
open
var
ExtensionContext
.
connectionFactory
:
SqlFeatureConfig.ConnectionFactory
?
database
Link copied to clipboard
open
var
ExtensionContext
.
database
:
Database
?
database
Name
Link copied to clipboard
open
var
ExtensionContext
.
databaseName
:
String
?
postgres
Link copied to clipboard
open
val
ExtensionContext
.
postgres
:
PostgreSQLContainer
?
Functions
connection
Link copied to clipboard
open
fun
<
T
>
PostgreSQLContainer
.
connection
(
block
:
(
connection
:
Connection
)
->
T
)
:
T