DORSETRIGS
Home

kotlin-exposed (12 post)


posts by category not found!

How to add array Column type in Jetbrains Exposed

Adding Array Columns to Your Database with Jet Brains Exposed Jet Brains Exposed is a powerful and flexible Kotlin library for working with databases But what i

3 min read 06-10-2024 41
How to add array Column type in Jetbrains Exposed
How to add array Column type in Jetbrains Exposed

Ktor Exposed SELECT Type mismatch

Ktor Exposed Type mismatch Error in SELECT Queries Demystified The Problem When using Ktor Exposed you might encounter a Type mismatch error during SELECT queri

2 min read 06-10-2024 60
Ktor Exposed SELECT Type mismatch
Ktor Exposed SELECT Type mismatch

How to get the inserted row in Kotlin Exposed?

How to Get the Inserted Row in Kotlin Exposed Kotlin Exposed is a lightweight SQL library for Kotlin that provides a simple and type safe API for accessing data

3 min read 05-10-2024 45
How to get the inserted row in Kotlin Exposed?
How to get the inserted row in Kotlin Exposed?

Ktor-Exposed database migration

Securing Your Ktor Application Addressing Database Migration Risks Developing a robust Ktor application often involves interacting with databases While Ktor pro

2 min read 04-10-2024 66
Ktor-Exposed database migration
Ktor-Exposed database migration

How to use the data type from mysql in kotlin exposed

How to Use My SQL Data Types in Kotlin with Exposed When working on Kotlin applications that interact with My SQL databases its essential to understand how to e

2 min read 20-09-2024 66
How to use the data type from mysql in kotlin exposed
How to use the data type from mysql in kotlin exposed

Spring Boot Kotlin Exposed: Transaction synchronization is not active

Understanding Transaction Synchronization in Spring Boot with Kotlin and Exposed In this article we will explore an important aspect of using Spring Boot with K

2 min read 17-09-2024 82
Spring Boot Kotlin Exposed: Transaction synchronization is not active
Spring Boot Kotlin Exposed: Transaction synchronization is not active

rename column name in the Exposed db in ktor

How to Rename a Column in Exposed DB using Ktor When working with databases in Kotlin especially with Ktor the Exposed framework provides a clean and idiomatic

3 min read 14-09-2024 58
rename column name in the Exposed db in ktor
rename column name in the Exposed db in ktor

What different between default and clientDefault function in Exposed?

Understanding default vs client Default in Exposed A Deep Dive Exposed a popular Kotlin library for interacting with databases offers two functions for setting

3 min read 05-09-2024 46
What different between default and clientDefault function in Exposed?
What different between default and clientDefault function in Exposed?

Extending IntIdTable in Kotlin Exposed PSQL does not inherit primary key

Extending Int Id Table in Kotlin Exposed Overcoming the Missing Primary Key Issue In this article we ll delve into a common problem encountered when extending I

2 min read 01-09-2024 66
Extending IntIdTable in Kotlin Exposed PSQL does not inherit primary key
Extending IntIdTable in Kotlin Exposed PSQL does not inherit primary key

Cannot execute statement in a READ ONLY transaction

Cannot execute statement in a READ ONLY transaction Demystifying the Error This article explores a common error encountered while working with databases and tra

2 min read 30-08-2024 38
Cannot execute statement in a READ ONLY transaction
Cannot execute statement in a READ ONLY transaction

How do I use a "not in list" type query for multiple columns in Kotlin Exposed?

Efficiently Filtering Rows with Multiple Columns in Kotlin Exposed A Guide to Not In Queries Kotlin Exposed is a powerful library for interacting with databases

2 min read 30-08-2024 46
How do I use a "not in list" type query for multiple columns in Kotlin Exposed?
How do I use a "not in list" type query for multiple columns in Kotlin Exposed?

KOIN + KTOR + EXPOSED: test mocking

Mastering Mocking with KOIN KTOR and EXPOSED A Practical Guide Testing your applications interactions with external dependencies like databases is crucial This

3 min read 28-08-2024 68
KOIN + KTOR + EXPOSED: test mocking
KOIN + KTOR + EXPOSED: test mocking