we should have params and results for basic types, rather than only using defined models. This is necessary for example with: ```ts const stmt = this.prepare`SELECT ${Book.params['*']} FROM book LIMIT ${Model.params.number().as('limit')}` ```
we should have params and results for basic types, rather than only using defined models. This is necessary for example with: