ziti is an ORM built on top of mysql with promises.

Features:

  • Models & model instances
  • Models can be defined statically without ziti to be connected
  • Special query parser
  • It uses MySQL Pool
  • Automigration
  • Promises
  • Associations (1:1, 1:n, n:m)
  • Getters / setters
  • Scopes: allow to retrieve data by scope
  • Custom methods
  • ...And much more!

Getting started