Setting up Deno 2.0 with Fresh and TypeORM
I am trying to setup my first deno project ever using Fresh and TypeORM. I have setup 2 files
A data.ts
And a
I am getting a few errors in the
I am also not sure how to properly install the
And last, I am getting an error of an uncaught promise in Reflect.getMetadata.
How do I get around this?
A data.ts
And a
user.model.tsI am getting a few errors in the
user.model.ts , I am not sure if I am importing type orm correctly. I am also not sure how to properly install the
mssql properly for deno, do I do that in the deno.json? If so how?And last, I am getting an error of an uncaught promise in Reflect.getMetadata.
How do I get around this?
