mirror of
https://github.com/jlengrand/exposed-imdb.git
synced 2026-03-10 08:11:18 +00:00
0b591bde11676dedfdf5a1ef48197c5d5d478b52
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%