Giter Site home page Giter Site logo

mickrip / typeorm.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from typeorm/typeorm.github.io

0.0 2.0 0.0 930 KB

Repository for typeorm documentation website.

Home Page: http://typeorm.github.io

HTML 97.44% JavaScript 0.13% CSS 2.43%

typeorm.github.io's Introduction

TypeORM Documentation Website

Documention : https://typeorm.github.io/ Project Repo : https://github.com/typeorm/typeorm

What is TypeORM?

TypeORM is an Object Relational Mapper (ORM) for node.js that can be used with TypeScript or JavaScript (ES5, ES6, ES7). Its goal is to always support the latest JavaScript features and provide features that help you to develop any kind of applications that use a database - from small applications with a few tables, to large scale enterprise applications.

TypeORM helps you to:

  • automatically create the database table schemes based on your models
  • transparently insert / update / delete to the database your objects
  • map your selections from tables to javascript objects and map table columns to object properties
  • easily create one-to-one, many-to-one, one-to-many and many-to-many relations between tables
  • and much more...

TypeORM uses the data mapper pattern, unlike all other javascript ORMs that currently exist, which means you can write loosely coupled, scalable, maintainable applications. The benefit of using an ORM is ability to focus on the business logic (your application) and less on the persistence layer (your database).

TypeORM is highly influenced by other ORMs, such as Hibernate and Doctrine.

typeorm.github.io's People

Watchers

 avatar  avatar

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.