GithubHelp home page GithubHelp logo

babel-example's Introduction

Example how to use TypeORM with JavaScript + Babel

  1. clone repository
  2. run npm i
  3. edit ormconfig.json and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
  4. run npm start
  5. enjoy!

How to use CLI?

  1. install typeorm globally: npm i -g typeorm
  2. run typeorm -h to show list of available commands

babel-example's People

Contributors

pleerock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

babel-example's Issues

babel v7

Hiya,
Im trying to integrate typeorm into our Node server, written in plain JS at the moment but soon to move over to typescript.

Having trouble with the babel set up since we're on babel v7.8.3, any chance you could update this example to reflect version 7?

image

In babel.config.js

module.exports = {
  presets: [
    [
      "@babel/preset-env",
      {
        targets: {
          node: "10"
        }
      }
    ]
  ],
  plugins: [
    "@babel/plugin-proposal-class-properties",
    ["@babel/plugin-proposal-decorators", { decoratorsBeforeExport: true }]
  ]
};

Error while Running

am getting this error: plz help if you can
Error: { Error: connect ECONNREFUSED 127.0.0.1:3000
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1090:14)
--------------------
at Protocol._enqueue (/home/dixit/typeorm/babel-example/node_modules/mysql/lib/protocol/Protocol.js:145:48)
at Protocol.handshake (/home/dixit/typeorm/babel-example/node_modules/mysql/lib/protocol/Protocol.js:52:23)
at PoolConnection.connect (/home/dixit/typeorm/babel-example/node_modules/mysql/lib/Connection.js:130:18)
at Pool.getConnection (/home/dixit/typeorm/babel-example/node_modules/mysql/lib/Pool.js:48:16)
at /home/dixit/typeorm/babel-example/node_modules/typeorm/driver/mysql/MysqlDriver.js:509:18
at MysqlDriver.createPool (/home/dixit/typeorm/babel-example/node_modules/typeorm/driver/mysql/MysqlDriver.js:506:16)
at MysqlDriver. (/home/dixit/typeorm/babel-example/node_modules/typeorm/driver/mysql/MysqlDriver.js:183:51)
at step (/home/dixit/typeorm/babel-example/node_modules/typeorm/driver/mysql/MysqlDriver.js:32:23)
at Object.next (/home/dixit/typeorm/babel-example/node_modules/typeorm/driver/mysql/MysqlDriver.js:13:53)
at /home/dixit/typeorm/babel-example/node_modules/typeorm/driver/mysql/MysqlDriver.js:7:71
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 3000,
fatal: true }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.