Skip to content

Commit 400e2db

Browse files
committed
feat: provide Kotlin API for db connections
1 parent f9853f7 commit 400e2db

File tree

8 files changed

+1182
-1000
lines changed

8 files changed

+1182
-1000
lines changed

examples/kotlin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<artifactId>ftl-runtime</artifactId>
3535
<version>${ftl.version}</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.postgresql</groupId>
39+
<artifactId>postgresql</artifactId>
40+
<version>42.7.1</version>
41+
</dependency>
3742
</dependencies>
3843

3944
<build>

0 commit comments

Comments
 (0)