Skip to content

Instantly share code, notes, and snippets.

View Lysoun's full-sized avatar

Élise Rubio Lysoun

  • 4SH
  • Bordeaux, France
View GitHub Profile
@xtexChooser
xtexChooser / Json.kt
Last active May 5, 2023 16:37
JSON type for JetBrains/Exposed
/**
* JSON and JSONB support for github.com/JetBrains/Exposed.
*
* Tested with
* - github.com/pgjdbc/pgjdbc 42.2.x
* - github.com/mysql/mysql-connector-j
* - github.com/h2database/h2database
*
* Based on gist.github.com/qoomon/70bbbedc134fd2a149f1f2450667dc9d
* Thanks for everyone in github.com/JetBrains/Exposed#127