Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Kotlin Exposed YDB Dialect #28

Open
KirillKurdyukov opened this issue Jan 23, 2024 · 0 comments
Open

feat: Kotlin Exposed YDB Dialect #28

KirillKurdyukov opened this issue Jan 23, 2024 · 0 comments

Comments

@KirillKurdyukov
Copy link
Collaborator

KirillKurdyukov commented Jan 23, 2024

Useful links:

  1. JetBrains ORM Framework Exposed
  2. YDB JDBC Driver using 2.2.6
  3. YDB Types - https://ydb.tech/docs/en/yql/reference/types

Preparation:

brew docker install
brew install colima

sudo ln -sf  ~/.colima/docker.sock /var/run/docker.sock

Roadmap:

  1. Fork this repository
  2. module name is kotlin-exposed-dialect, artifactId is kotlin-exposed-ydb-dialect, groupId tech.ydb.dialects
  3. Example Database dialect - https://github.com/JetBrains/Exposed/blob/main/exposed-core/src/main/kotlin/org/jetbrains/exposed/sql/vendors/OracleDialect.kt
  4. package maybe create tech.ydb.exposed.sql.
  5. Register dialect TransactionManager.registerDialect("mydialect")
  6. override org.jetbrains.exposed.sql.vendors.DataTypeProvider.kt
  7. Full integration tests.
  8. README.md
  9. Integration test example - hibernate-dialect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants