sevenwestmedia-labs / node-knex-query-executor

TypeScript first encapsulation and reusability of knex database queries
MIT License
3 stars 4 forks source link

Unclear how to pass types to Knex #34

Open joeyfigaro opened 3 years ago

joeyfigaro commented 3 years ago

How would I go about passing my types to the Knex query builder? As is, using select, where, pluck, etc. returns no results/typings for the objects within my application.