active-group / active-group/sqlosure
Think about automatically converting "atomic" types.
Open
- Dominant language
- Clojure
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Perhaps we could infer values in queries automatically for atomic (Clojure) values.
Example:
```clojure
(query [t (embed table)]
;; instead of: (restrict! ($= (! t "id") ($integer 42)))
(restrict! ($= (! t "id") 42))
(return t))
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.