JSPM

@cordisjs/plugin-database

4.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 351
  • Score
    100M100P100Q89150F
  • License MIT

Type Driven Database Framework

Package Exports

  • @cordisjs/plugin-database
  • @cordisjs/plugin-database/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cordisjs/plugin-database) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

database

Codecov downloads npm GitHub

Type Driven Database Framework.

Features

  • Compatibility. Complete driver-independent. Supports many drivers with a unified API.
  • Powerful. It can do everything that SQL can do, even though you are not using SQL drivers.
  • Well-typed. Minato is written with TypeScript, and it provides top-level typing support.
  • Extensible. Simultaneous access to different databases based on your needs.
  • Modern. Perform all the operations with a JavaScript API or even in the browser with low code.

Driver Supports

Driver Version Notes
Memory npm In-memory driver support
MongoDB npm
MySQL npm MySQL 5.7+, MariaDB 10.5
PostgreSQL npm PostgreSQL 14+
SQLite npm

Documentation

Click here for more details.