TypeScript Typeorm

Open-source TypeScript projects categorized as Typeorm

Top 23 TypeScript Typeorm Projects

  • 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.

  • Project mention: NodeJS Security Best Practices | dev.to | 2024-02-19

    If you use Sequalize, TypeORM or for MongoDB, we have Mongoose these types of ORM tools, then you are safe by default because these help us against the SQL query injection attacks by default.

  • domain-driven-hexagon

    Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included

  • Project mention: From Frontend to Backend | /r/cscareerquestionsEU | 2023-12-08

    That's exactly where I am. My manager gave me these links, that cover a lot of those words the backend uses, so I can identify what they mean and how to use them. 1. For inspiration and concepts: https://github.com/Sairyss/domain-driven-hexagon 2. Suggested to read the documentation for nest.js. They apply such concepts I don't understand: https://nestjs.com/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • crud

    NestJs CRUD for RESTful APIs

  • nestjs-realworld-example-app

    Exemplary real world backend API built with NestJS + TypeORM / Prisma

  • testing-nestjs

    A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!

  • typescript-express-starter

    📘 Quick and Easy TypeScript Express Starter

  • nestjs-boilerplate

    NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker.

  • Project mention: Extensive React Boilerplate to kickstart a new frontend project | dev.to | 2024-02-14

    How much time do we typically spend on project setup? We're talking about configuring installed libraries and writing boilerplate code to structure and implement best practices for achieving optimal website performance. At Brocoders, we often start new projects from scratch. That's why over 3 years ago, we created a NestJS boilerplate for the backend so that we wouldn't have to spend time developing core functionality that the end user doesn't see but is crucial for developers. Over this time, the boilerplate has received 1.9k stars on GitHub and has gained significant popularity beyond our company. Now, we've decided to take it a step further and created the Extensive React Boilerplate for the frontend. Its purpose is to keep our best practices in project development together, avoiding familiar pitfalls and reducing development time.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • foal

    Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.

  • Project mention: FoalTS – A Full-Featured Node.js Framework | news.ycombinator.com | 2023-05-18
  • typeorm

    TypeORM module for Nest framework (node.js) 🍇 (by nestjs)

  • pg-mem

    An in memory postgres DB instance for your unit tests

  • Project mention: Setting up PostgreSQL for running integration tests | news.ycombinator.com | 2024-04-19
  • typescript-clean-architecture

    It is my attempt to create Clean Architecture based application in TypeScript.

  • nestjs-project-structure

    Node.js framework NestJS project structure

  • typeorm-seeding

    🌱 A delightful way to seed test data into your database.

  • typeorm-transactional-cls-hooked

    A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS

  • prime-nestjs

    A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.

  • Project mention: Choosing a backend API framework | /r/node | 2023-06-13

    I've recently joined a new company where we would like to move from the currently existing solution that was developed by a contracting agency to an in-house one. The current solution was made with Nest.js through this template and spans 5 codebases for different APIs. I would imagine that the developers responsible for it were just given additional stuff for the past year and just decided to spin up a new environment for each feature.

  • medusa-extender

    :syringe: Medusa on steroid, take your medusa project to the next level with some badass features :rocket:

  • stator

    Stator, your go-to template for the perfect stack. 😍🙏

  • nestjs-apps-collection

    Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, Apollo, etc. for the NestJS community 😻

  • safe-typeorm

    TypeORM helper library enhancing safety in the compilation level

  • microservice-template

    📖 Nest.js based microservice repository template

  • api-server-nodejs

    Nodejs API Server - Express / SQLite / TypeORM | AppSeed

  • Project mention: What is a sensible way to go about designing an authentication microservice? | /r/Backend | 2023-07-06
  • express-typescript-starter

    👍 Build APIs You Won't Hate In Node Js. ✍️ Developed by Gentrit Abazi.

  • typeorm-transactional

    A Transactional Method Decorator for TypeORM that uses Async Local Storage or cls-hooked to handle and propagate transactions between different repositories and service methods.

  • Project mention: Taming cross-service database transactions in NestJS with AsyncLocalStorage | dev.to | 2024-02-21

    TypeORM doesn't have this feature, but a maintained community package called typeorm-transactional exists to solve this shortcoming. It behaves almost exactly like the @Transactional annotation in Spring Hibernate with complete support for custom repositories.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Typeorm related posts

Index

What are some of the best open-source Typeorm projects in TypeScript? This list will help you:

Project Stars
1 TypeORM 33,287
2 domain-driven-hexagon 11,306
3 crud 3,926
4 nestjs-realworld-example-app 2,868
5 testing-nestjs 2,775
6 typescript-express-starter 2,555
7 nestjs-boilerplate 2,316
8 foal 1,855
9 typeorm 1,830
10 pg-mem 1,790
11 typescript-clean-architecture 1,315
12 nestjs-project-structure 934
13 typeorm-seeding 869
14 typeorm-transactional-cls-hooked 517
15 prime-nestjs 357
16 medusa-extender 306
17 stator 291
18 nestjs-apps-collection 282
19 safe-typeorm 227
20 microservice-template 220
21 api-server-nodejs 218
22 express-typescript-starter 197
23 typeorm-transactional 177

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com