Hacker News new | ask | show | jobs
by jgoyvaerts 654 days ago
What about moving the connector to the table declaration, similar to dbcontext in .net?

Something like Q.table(definition, connector), which would then allow you to just write users.filter(user => user.id.eq(42).fetch()