@sodacore/prisma
Sodacore Prisma is a plugin that initialises the Prisma ORM within your project.
Sodacore Prisma is a plugin that initialises the Prisma ORM within your project.
A custom-made ORM from SOIN to manage different databases
Multi dialect ORM for Node.JS
User module using @smendivil/entity
Bookshelf hook for the Strapi framework
```typescript import { PrismaClient } from '@prisma/client'; import { createQuery, property, Query, QueryOptions } from '@sovgut/prisma-query';
Bookshelf hook for the Strapi framework
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