CMD

Results 2 issues of CMD

So, I was coding a site, and figured if nim can compile to JS, I can just write everything in Nim, and i decided to make a peculiar monolith project...

This is a fix for fields that match SQL keywords to cause syntax error in the query. For example: ```nim import std / options import norm / [model, sqlite] type...