@melchyore/adonis-auto-preload
Auto-preload multiple relationships when retrieving Lucid models
Auto-preload multiple relationships when retrieving Lucid models
Observer package for AdonisJS V5 Lucid ORM
This package provides a simple, high-level, unified API for interacting with PostgreSQL databases.
This package is a connection manager designed to optimize database connection handling.
This package provides a simple, high-level, unified API for interacting with SQLite databases.
This package provides a flexible query builder for MegaORM, designed to simplify the process of constructing and executing SQL queries. With a clean, simple API.
This package is designed to manage multiple database connection pools efficiently.
This package defines the core interfaces and types needed to create custom database drivers for MegaORM.
This package provides custom error classes for handling transaction, connection, and queue management issues in MegaORM.
This package is designed to simplify database interactions in MegaORM.
This package provides a simple, high-level, unified API for interacting with MySQL databases.
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.
A small tool which generates a typescript client for SurrealDB based on the schema of a given database
A tool to help developer store data ofline on browser
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
Drizzle ORM package for SQL databases
Nestjs integration for Objection+Knex
Drizzle ORM package for SQL databases
Bookshelf hook for the Strapi framework
```typescript import { PrismaClient } from '@prisma/client'; import { createQuery, property, Query, QueryOptions } from '@sovgut/prisma-query';