An open API service indexing awesome lists of open source software.

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

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)