brianc/node-sql

I can't use sql in TypeScript

AdaVih opened this issue · 5 comments

Run in the Angular.
图片

@AdaVih just a heads up it looks like this package isn't maintained anymore #405
Edit: also here's a PR that I think fixes your issue, but it hasn't been merged #406

It can't find node-sql-ts #405

图片

My issue is the same as #406

@AdaVih node-sql-ts is a separate repo and package, to install you need to use npm install sql-ts and use import { ... } from 'sql-ts'

@charsleysa Thx.I tried the documentation method again, and it worked.