browser-example
browser-example copied to clipboard
Example how to use TypeORM in the browser with WebSQL.
Example how to use TypeORM with TypeScript in the browser
- clone repository
- run
npm i
- run
npm run build
- run
npm start
- open site in the browser (
http://localhost:3000
) - open your web developer console and take a look what queries are executed and what data is persisted
Screenshots
Logs from your console:
Browser shows basic output: