Hone Watson
Hone Watson
As a user I can navigate to a view in my profile ( maybe overview or tab ) which shows all my likes so I can easily revisit useful forum...
Currently column access to a row is like the following which makes the code less readable. ```nim await sendSecureEmail( mailer, ResetPassword, c.req, row[0], row[1], row[2], row[3] ) ``` By using...
Hi thanks for the great work. Can we please have support for parameters in multiple statements? There seems to be some work complete on this for https://github.com/tulayang/asyncmysql so would be...