/deno-typeorm-sqlite-example

This example is used to get TypeORM running with SQLite with Deno

Primary LanguageTypeScript

Deno TypeORM SQLite Example

This example is used to get TypeORM running with SQLite with Deno to fix this issue.

Deno

To run this example with Deno:

deno task dev

Node

To run this example with Node:

npm install
npm run dev

Debugging

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.