Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 544 Bytes

README.rst

File metadata and controls

17 lines (12 loc) · 544 Bytes

PyGoo

PyGoo is an object-mapper for graph databases, such as Neo4j. It achieves the same goal as other object-mappers such as SQLAlchemy, but uses graph databases as its backend. It can also work as standalone mode, where there is no synchronization with an underlying database but all the data is kept in memory.

Note: at the moment there is still no backend available, only in-memory graphs are allowed

TODO: OneToMany is in fact OrderedList or UnorderedList (Set)

TODO: change license to LGPLv3