Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/typeorm/browser-example

Example how to use TypeORM in the browser with WebSQL.
https://github.com/typeorm/browser-example

Last synced: 7 days ago
JSON representation

Example how to use TypeORM in the browser with WebSQL.

Awesome Lists containing this project

README

        

# Example how to use TypeORM with TypeScript in the browser

1. clone repository
2. run `npm i`
3. run `npm run build`
4. run `npm start`
5. open site in the browser (`http://localhost:3000`)
6. open your web developer console and take a look what queries are executed and what data is persisted

# Screenshots

Logs from your console:

![typeorm-browser-console](./resources/web-console.png)

Browser shows basic output:
![typeorm-browser](./resources/web-browser.PNG)