jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

Only include necessary imports in data access procs #6

Closed jfilby closed 2 years ago

jfilby commented 2 years ago

Right now the data access procs (including the cached procs) import more packages than what's needed. This results in warning messages when compiling apps.