|
|
|
|
|
by lf-non
557 days ago
|
|
Does using template strings not compromise with type-safety? The drizzle example will be a compile time error for example if id wasn't a numeric column. Seems a strange design choice for a library that claims to offer a type-safe sql builder. |
|