Skip to content

typeorm/javascript-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
April 19, 2018 16:46
September 21, 2016 13:36

Example how to use TypeORM with JavaScript

  1. clone repository
  2. run npm i
  3. run node src/app1-es5/index.js to run simple example of usage with ES5.
  4. run node src/app2-es5-json-schemas/index.js to run example of usage with ES5 + schemas defined in a JSON.
  5. run node src/app3-es6/index.js to run simple example of usage with ES6.

If you are looking for more advanced JavaScript example with latest ES features and Babel used see here.

About

Example how to use TypeORM with JavaScript - ES5, ES6, ES7, ESNext.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published