Join Slack
Powered by
<@U0EC2UPDF> you can write queries like `SomeEntit...
# exposed
v
vilmos.nagy
01/24/2017, 8:23 AM
@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.
Open in Slack
Previous
Next