kotlin-exposed-patterns
Provides database patterns for Kotlin developers using the Exposed ORM with queries, transactions, and migrations.
Installation
Paste this into Claude Code, Cursor, or any agent that can run commands.
What this skill does
What it does:
- Shows how to connect a Kotlin program to a database using Jetbrains Exposed, which is a tool that lets you write database commands in Kotlin instead of raw SQL
- Manages a pool of reusable database connections so your program does not slow down
- Automatically updates your database structure when you deploy new code using Flyway migration scripts
- Separates database code from business logic so you can test easier
When to use it:
- You are building a Kotlin backend and need to read or write data to a database
- You want to write database queries that look like Kotlin code instead of SQL strings
- You need to manage many database connections efficiently
- You are deploying code changes and need your database schema to update automatically
The full skill text could not be loaded right now. It installs fine with the command above, or read it at the source.
Mirrored from the author's public source. Install counts from the open skills registry.