New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@orm-bridge/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orm-bridge/core

ORM-agnostic SQL query builder core - Multi-database support for Sequelize and Prisma

latest
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

@orm-bridge/core

Core engine for ORM Bridge - internal package containing ORM-agnostic SQL generation logic.

⚠️ Notice

This is an internal package used by ORM Bridge adapters. You should not install this directly.

Instead, install one of the adapter packages:

  • @orm-bridge/sequelize - For Sequelize ORM
  • @orm-bridge/prisma - For Prisma ORM

What's Inside

This package contains:

  • BaseSql - Abstract base class for query building
  • Database-specific factories - MySQL, PostgreSQL, MSSQL implementations
  • Search operators - 26+ filter operators (eq, like, in, gt, etc.)
  • Pagination logic - Database-agnostic pagination
  • Template engine - Parameter style conversion

Architecture

@orm-bridge/core (this package)
    ↓
    ├── @orm-bridge/sequelize → your app
    └── @orm-bridge/prisma → your app

Documentation

See the main ORM Bridge repository for complete documentation.

License

MIT

Keywords

sql

FAQs

Package last updated on 03 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts