Skip to content

Add Rated SQL Kotlin Example to README for beginners#2665

Open
sai-30624 wants to merge 1 commit intoJetBrains:mainfrom
sai-30624:sai-30624-rated-sql-kotlin
Open

Add Rated SQL Kotlin Example to README for beginners#2665
sai-30624 wants to merge 1 commit intoJetBrains:mainfrom
sai-30624:sai-30624-rated-sql-kotlin

Conversation

@sai-30624
Copy link

This pull request (ID: sai-30624) adds a “Rated SQL Kotlin Example” section to the Exposed README.

What This PR Adds:

  • A minimal Kotlin/Exposed example demonstrating table creation, inserting data, and querying results
  • Includes a Cities table and a Users table with sample data
  • Demonstrates filtering queries such as:
    • Users in a specific city
    • Adults (age >= 18)
  • Example output is included to show expected results

Expected Output:

Cities:
St. Petersburg
Munich

Users in St. Petersburg:
Andrey
Sergey

Adults:
Sergey
Eugene

Why This Change Matters:

  • Helps new users quickly understand how to perform basic operations in Kotlin using Exposed
  • Non-breaking documentation improvement
  • Makes the README more beginner-friendly and practical

Author: sai-30624
Email: 2400030624@kluniversity.in

@e5l e5l requested a review from bog-walk November 23, 2025 18:01
@bog-walk bog-walk self-assigned this Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants