Julien Lengrand-Lambert 0b591bde11 Moving tconst as unique index
2020-03-04 18:05:59 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 18:05:59 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00
2020-03-04 13:25:21 +01:00

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=-1 if 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
No description provided
Readme 156 KiB
Languages
Kotlin 100%