Scala ORM to query SQL databases from Scala via concise, type-safe, and familiar case classes and collection operations. Connects to Postgres, MySql, H2, and Sqlite out of the box
194
stars
22
forks
source link
empty Option[UUID] datatypes fail to write on Postgres and Hikari #41
on Hikari and Postgres the error is:
I confirmed this error by going to DataTypeTests and changing the UUID field to Option[UUID] and the value to fill in as None