<@U0EC2UPDF> you can write queries like `SomeEntit...
# exposed
v
@tapac you can write queries like
SomeEntity.all().filter { it.name.contains("Foo") }
, and it'll be compiled to the corresponding select statement so you use a normal RDBMS, but you can query it a more OOP-way.