mirror of
https://github.com/jlengrand/exposed-imdb.git
synced 2026-03-10 08:11:18 +00:00
60d2a3221aa776b960ece927ed80a1e51ca48a25
Exposed Imdb
A simple project to learn more about exposed, using the imdb datasets.
Please note that if you use this project, you have to comply with the Imbd license.
LICENSE
In short, CC BY-NC-SA 4.0.
See LICENSE
Learnings
- Use
;DB_CLOSE_DELAY=-1if you want to persist the in-memory database information over more than a single transaction.Database.connect("jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", driver = "org.h2.Driver", user = "root", password = "")
Author
Description
Languages
Kotlin
100%