leophant

0.0.8 • Public • Published




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

Package Sidebar

Install

npm i leophant

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

5.87 kB

Total Files

6

Last publish

Collaborators

  • onwd