From 56f45e40a658496f8b1f86d284c27d5ea0f868ed Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Thu, 21 Mar 2024 17:10:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 970b2c7..d7c78a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Python Arango OGM -Python-based package implementing an OGM (Object Graph Model) framework for arango; built on top of [python-arango]([url](https://github.com/arangodb/python-arango/)). +Python-based package implementing an OGM (Object Graph Model) framework for arango; built on top of [python-arango]([url](https://github.com/arangodb/python-arango/)). This is somewhat a work-in-progress as I integrate it back into the project from which it was extracted. **N.B.** This is extracted from a project that uses Arango heavily. Obviously, with a graph database, you don't want to be tied too closely to an ORM due to the impedance mismatch between models and graph nodes and edges. Still to do is to marshall query results into models when necessary for that good old model experience. That will be done in the coming week(s). ## GitHub