ktorm-example-spring-boot icon indicating copy to clipboard operation
ktorm-example-spring-boot copied to clipboard

Usage of Ktorm in another github project for reference.

Open martin-jamszolik opened this issue 3 years ago • 1 comments

Hi There, I figured I share my project as a reference for another real ktorm example. https://github.com/martin-jamszolik/vivid-web-app/tree/master/src/main/kotlin/com/vivid/graff/shared

Just want to give credit to KTORM project for providing such a great database framework. I used Ktorm to help me implement a kind of a hybrid "Repository Pattern". It's great how Ktorm wraps RDBMS concepts so elegantly and cleanly.
Feel free to use this reference as you see fit. Thanks

martin-jamszolik avatar Jan 09 '22 04:01 martin-jamszolik

Thank you, I'm glad this project can help you.

vincentlauvlwj avatar Jan 09 '22 04:01 vincentlauvlwj