https://github.com/jlengrand/hibernate-kotlin
Tips and tricks using Hibernate and SQLite with Kotlin
https://github.com/jlengrand/hibernate-kotlin
hibernate kotlin sql sqlite
Last synced: 3 months ago
JSON representation
Tips and tricks using Hibernate and SQLite with Kotlin
- Host: GitHub
- URL: https://github.com/jlengrand/hibernate-kotlin
- Owner: jlengrand
- Created: 2022-01-31T20:50:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T21:47:29.000Z (about 1 year ago)
- Last Synced: 2025-10-09T20:09:01.996Z (10 months ago)
- Topics: hibernate, kotlin, sql, sqlite
- Language: Kotlin
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tips and tricks using Hibernate and SQLite with Kotlin
This repository is used as support for my blog listing a few [Tips and tricks using Hibernate and SQLite with Kotlin](https://lengrand.fr/tips-and-tricks-using-hibernate-and-sqlite-with-kotlin/).
It features a fully running sample application using
* [SQLite](https://sqlite.org/index.html)
* [Hibernate](https://hibernate.org/)
* [Kotlin](https://kotlinlang.org/)
* [Flyway](https://flywaydb.org/)
This setup is mainly made to support building a native application meant for local usage with Jetpack Compose Multiplatform
## Author
* [Julien Lengrand-Lambert](https://twitter.com/jlengrand)