Hi, I'm new to exposed, do you have any example on...
# exposed
a
Hi, I'm new to exposed, do you have any example on how to use it in a OOP way ? like I was prior to using exposed having
User
,
Channel
,
Message
etc classes, for a Compose Desktop project, but I now added a database and tables with what I was using, but when reading the documentation there's no way to transcript a
select
to a class instance with similar fields
l
Copy code
<https://stackoverflow.com/a/65075897/4294931>
h
Just use the DAO dsl/api
a
Thanks !