alloc / tusken

100% type-safe query builder compatible with any Postgres client 🐘 Generated table/function types, tree-shakable, implicit type casts, and more
Other
223 stars 3 forks source link

The `numeric` type should accept JS numbers #42

Closed aleclarson closed 1 year ago

aleclarson commented 1 year ago

Currently, it only accepts expressions of type t.numeric and JS strings.

aleclarson commented 1 year ago

Hmm no, this is already working. May have forgot to run tusken generate 🤔