Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@megaorm/test
This package is designed to assist developers in type checking and validation for various JavaScript values. It provides a collection of type-checking functions, and utilities to validate your values.
@megaorm/utc
This package is designed for handling date and time manipulation in UTC (Coordinated Universal Time).
@megaorm/cli
This package allows you to communicate with MegaORM via commands directly from the command line interface (CLI).
@megaorm/sqlite
This package provides a simple, high-level, unified API for interacting with SQLite databases.
@megaorm/mysql
This package provides a simple, high-level, unified API for interacting with MySQL databases.
@megaorm/pg
This package provides a simple, high-level, unified API for interacting with PostgreSQL databases.
@megaorm/utils
This package provides utility functions to validate whether a value is a MegaORM driver or a connection.
@megaorm/errors
This package provides custom error classes for handling transaction, connection, and queue management issues in MegaORM.
@megaorm/pool
This package is a connection manager designed to optimize database connection handling.
@megaorm/model
This package is designed to simplify database interactions in MegaORM.
@megaorm/builder
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.
@megaorm/logger
This package is designed for managing log files, with support for logging messages, retrieving entries, filtering by date, and more.
@megaorm/driver
This package defines the core interfaces and types needed to create custom database drivers for MegaORM.
@megaorm/faker
This package provides a set of methods to generate realistic, randomized data for your database seeding needs.
@megaorm/seeder
This package allows you to seed data into your database tables in MegaORM.
@megaorm/cluster
This package is designed to manage multiple database connection pools efficiently.
@megaorm/core
A powerful and feature-rich ORM for Node.js with seamless database management and query execution.
@megaorm/gen
This package is designed to manage tables creation and deletion for you.