26 April, 2013

neo4django 0.1.8


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Matt Luongo | More scripts
neo4django.readthedocs.org
GPL - GNU General Public License 

Linux / Mac OS / BSD / Solaris
Other
Python
April 27th, 2013, 01:49 GMT [view history]
C: \ Database Tools

Neo4j is a high-performance graph engine with all the features of a mature and robust database.

neo4django was developed as a Python database client wrapper, for usage with the famous Django MVC framework.

This allows Django apps to seamlessly interact with Neo4j databases from Python code.

neo4django is like an ORM (Object Relational Mapper), but since Neo4j is a NoSQL database, this makes it a OGM (Object Graph Mapper).

Requirements:

· Neo4j 1.8.2 or higher
· Django 1.4.4 or higher

What's New in This Release: [ read full changelog ]

· Now supports Neo4j 1.8.2 and 1.9.RC1. Older versions are no longer supported.
· In-graph Django user auth is now supported.
· RelationshipQuerySet now inherits from neo4django's regular QuerySet. `object.related.all()` can now be safely filtered against, deleted, etc, and supports all methods type-wide queries support.
· QuerySet.order_by(), exists(), and count().
· QuerySet aggregation support (Avg, Count...).
· QuerySet.delete() now does the hard word DB-side.
· DateTimeProperty and DateTimeTZProperty were merged to handle timezones the Django way.
· NodeModels are now pickleable.


Download button
Via: neo4django 0.1.8

0 Comment: