https://github.com/jumplink/deno-typeorm-sqlite-example
This example is used to get TypeORM running with SQLite with Deno
https://github.com/jumplink/deno-typeorm-sqlite-example
Last synced: 3 months ago
JSON representation
This example is used to get TypeORM running with SQLite with Deno
- Host: GitHub
- URL: https://github.com/jumplink/deno-typeorm-sqlite-example
- Owner: JumpLink
- Created: 2023-11-28T09:24:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T10:11:18.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:15:32.028Z (5 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno TypeORM SQLite Example
This example is used to get TypeORM running with SQLite with Deno [to fix this issue](https://github.com/denodrivers/sqlite3/issues/113).
## Deno
To run this example with Deno:
```bash
deno task dev
```## Node
To run this example with Node:
```bash
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`.