0.1.0 • Published 6 years ago

aghanim v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Aghanim

What is it?

Aghanim is an node.js OGM (Object-Graph Mapper) intended to be used with neo4j and focused on simplicity.

Why?

Aghanim differs from any other Object-Whatever mapper because it doesn't require any configuration to get started, this means that you don't have to create Models, worry with migrations or trying to figure out how you gonna break your objects to persist or query them.

Getting Started

Installation

npm install aghanim or yarn add aghanim

Usage