type-sql icon indicating copy to clipboard operation
type-sql copied to clipboard

A type-safe SQL query builder in TypeScript with Postgres and MySQL bindings.

Results 1 type-sql issues
Sort by recently updated
recently updated
newest added

If I use the table definition from the README, I get the error: `TypeError: Class constructor QueryTable cannot be invoked without 'new'` But there is clearly a 'new' there, if...