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

leophant

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leophant

ORM for Node.js

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source




Leophant is an ORM for Node.js.

Note: Leophant is under active development and there is no working version of it available yet.

ExamplePostgreSQL connectorMySQL connectorQuestions

Install

$ npm i leophant

# Then install at least one connector:
$ npm i leophant-postgresql
$ npm i leophant-mysql

Features on the roadmap

  • PostgreSQL connector
  • MySQL connector
  • Cross-database queries
  • Core written using async/await
  • JSON schema definition
  • Autoupdate/automigrate schemas
  • Discover models automatically
  • 1:1, 1:N and M:N relations
  • Through models
  • Transactions
  • Migrations
  • Lifecycle events
  • Web-based model management tool
  • CLI

Keywords

leophant

FAQs

Package last updated on 25 Jan 2019

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