kotysa icon indicating copy to clipboard operation
kotysa copied to clipboard

The idiomatic way to write type-safe SQL in Kotlin

Results 5 kotysa issues
Sort by recently updated
recently updated
newest added

use new gradle features - https://docs.gradle.org/current/userguide/dependency_constraints.html - https://docs.gradle.org/current/userguide/feature_variants.html (for each db types perhaps) Done : - https://docs.gradle.org/current/userguide/dependency_version_alignment.html (maybe for later use) - https://docs.gradle.org/current/userguide/java_platform_plugin.html

Provide an API for functional transaction in kotysa-core, for spring-data-r2dbc transaction implementation will will be based on https://docs.spring.io/spring/docs/current/spring-framework-reference/languages.html#transactions.

for test use docker (Microsoft SQL Server support JOIN in update and delete queries)