This example is used to get TypeORM running with SQLite with Deno to fix this issue.
To run this example with Deno:
deno task dev
To run this example with Node:
npm install
npm run dev
There is a preconfigured setting to test this with Deno and Node.js in Visual Studio Code. Just click on the green arrow in the debug section and choose Debug Deno
or Debug Node.js
.