Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T10:11:18.000Z (about 1 year ago)
- Last Synced: 2024-10-19T15:00:00.269Z (3 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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`.