Easy Wrapper for TypeORM Query Builder
Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
Cursor-based pagination works with TypeORM.
A JavaScript implementation of the elasticsearch Query DSL
A library to create/drop database, simple seeding data sets, ...
Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.
Typeorm adapter for @ptc-org/nestjs-query-core
Kysely dialect for TypeORM
Service for convert JSON query to TypeORM query builder
User-friendly query builder for React. Core React UI
TypeORM Outbox integration for NestJS
Typeorm adapter for @nestjs-query/core
Module to help building SARIF log files
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
Base query package
Simple GraphQL Query Builder
An SQL-friendly ORM for Node.js
unist utility to create a new trees with a nice syntax
Essential JS 2 QueryBuilder
A simple pagination function to build a pagination object with types
Painless and type safe data fixtures for typeorm
A type-safe wrapper around TypeORM's query builder with immutable chaining and stricter relation typing.
[](https://app.travis-ci.com/github/viniciusjssouza/typeorm-transactional-tests) [![Coverage Status](https://coveralls.io/repos/github/vinicius
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