0.0.8 • Published 5 years ago

leophant v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Leophant is an ORM for Node.js.

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

Example PostgreSQL connector MySQL connector Questions

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