I'm having one more question btw: how do I find on...
# getting-started
b
I'm having one more question btw: how do I find one object in Exposed? For example, finding many results I can do like this:
Copy code
Messages.selectAll().map { fromRow(it) }