Posts by keith@mastodon.nz
(DIR) Post #APNJQwM7SjUOgTazq4 by keith@mastodon.nz
2022-11-07T22:50:25Z
0 likes, 0 repeats
@zyk that's a server rule right? So nothing stopping journalists doing that if they don't have an account on this server?
(DIR) Post #AX8n5bM63YH2BldYo4 by keith@mastodon.nz
2023-06-28T05:49:45Z
0 likes, 0 repeats
@louis what I do is have .sql files with my sql,code and embed them as resources and then use Dapper.NET to do mappings from SQL to types. Works well, I wrote a wee library to help with it, https://github.com/keithn/katoa.queries which loads the sql from embedded resources is also nuget package. Though I actually have made a better version, just haven't published it!