• Stars
    star
    135
  • Rank 259,855 (Top 6 %)
  • Language
    TypeScript
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example of typeorm usage

Example how to use TypeORM with TypeScript

  1. clone repository
  2. run npm i
  3. edit data-source.ts 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

More Repositories

1

typeorm

ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
TypeScript
33,230
star
2

typescript-express-example

Example how to use Express and TypeORM with TypeScript
TypeScript
350
star
3

typescript-koa-example

Example how to use Koa and TypeORM with TypeScript.
TypeScript
193
star
4

typeorm-routing-controllers-extensions

TypeORM and Routing-Controllers integration library.
TypeScript
108
star
5

javascript-example

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

mongo-typescript-example

Example how to use TypeORM with MongoDB using TypeScript.
TypeScript
96
star
7

typeorm.github.io

Repository for typeorm documentation website.
JavaScript
70
star
8

ionic-example

Example project to demonstrate TypeORM in an Ionic app
TypeScript
68
star
9

react-native-example

Example project to demonstrate TypeORM with React Native.
TypeScript
61
star
10

babel-example

Example how to use TypeORM with JavaScript + Babel.
JavaScript
53
star
11

browser-example

Example how to use TypeORM in the browser with WebSQL.
TypeScript
45
star
12

electron-typescript-example

Example how to use TypeORM in Electron Desktop Application using TypeScript.
HTML
35
star
13

expo-example

Example of using the Expo driver with TypeORM
TypeScript
30
star
14

cordova-example

Example project to demonstrate TypeORM in a Cordova app
TypeScript
19
star
15

nativescript-vue-typeorm-sample

JavaScript
19
star
16

electron-javascript-example

Example how to use TypeORM in Electron Desktop Application using JavaScript.
HTML
9
star
17

cockroachdb-example

Example project to demonstrate TypeORM with CockroachDB.
TypeScript
8
star