How do you insert a record into a postgres database with kotlin exposed?
I keep getting this error trying to insert a record into postgres using exposed v0.53.0
How do I use a “not in list” type query for multiple columns in Kotlin Exposed?
I’m trying to do a query like the following:
Cannot execute statement in a READ ONLY transaction
I’m working on a Kotlin project (v1.9.23) where I use Exposed ORM v0.52.0 to perform operations in MySQL.