terpal-sql icon indicating copy to clipboard operation
terpal-sql copied to clipboard

Brainlessly simple and safe SQL writing for Kotlin

Results 14 terpal-sql issues
Sort by recently updated
recently updated
newest added

https://github.com/deusaquilus/terpal-sql/blob/d24322da6fee830de09feb893496f9b35038204f/terpal-sql-native/src/commonMain/kotlin/io/exoquery/sql/nativ/SimplePool.kt#L17

But that seems to go against the grain of Terpal. Or does it?

Hi, We are currently trying out Terpal, and are wondering if there is a way to add timeout to queries? E.g. kotlinquery supports a queryTimeout when generating sessions. ``` fun...

In many cases it would be nice to have an overload for `queryOf()` / `actionReturing()` that takes an _extractor function_ / _row mapper_, e.g. ```kotlin data class Statement { //...

In a scenario where we try to deserialize a `@SqlJsonValue` to a nullable field, where the database row contains the jsonb value `'null'`, (i.e. not SQL-null but json-null), the deserialization...

I have a `user_notification_preferences` table with a `profile_type` column of type `profile_type_enum not null`. The `profile_type_enum` type is defined as: create type profile_type_enum as enum ('Admin', 'Retailer', 'Supplier'); When trying...

While `Uuid` is still marked as experimental, it is in the last phases of becoming stdlib. It is one of the type I have to manually unwrap to a string,...

Would it be possible (without using kotlin-reflect)? All the manual unwrapping (outside of the SQL query string) or adding `${Param.withSer(productId, ProductIdSerializer)}` look overly boilerplaty.

- Correct "databse" to "database" in dependency comment