Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.