#question
1 messages · Page 1 of 1 (latest)
can you explain more ?
I have in database: channel, message, test. And I would to print channel. How to do it?
@dense tendon
(print from database)
this is example
so I assume those are different columns within a table. Depending on if you are using aiosqlite or SQLalchemy , just select that column and return it
@dense tendon