You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@
7
7
8
8
`pyneo4j-ogm` is a asynchronous `Object-Graph-Mapper` for [`Neo4j 5+`](https://neo4j.com/docs/) and [`Python 3.10+`](https://www.python.org/). It is inspired by [`beanie`](https://github.com/roman-right/beanie) and build on top of proven technologies like [`Pydantic 1.10+ and 2+`](https://docs.pydantic.dev/latest/) and the [`Neo4j Python Driver`](https://neo4j.com/docs/api/python-driver/current/index.html). It saves you from writing ever-repeating boilerplate queries and allows you to focus on the `stuff that actually matters`. It is designed to be simple and easy to use, but also flexible and powerful.
9
9
10
+
## 🔥 Hot topics for the future
11
+
12
+
You never know what the future might hold. But these things are happening for sure (not necessarily in this order):
13
+
14
+
-[ ] Add documentation for migrations
15
+
-[x] Improving the current test coverage
16
+
-[ ] More/Better examples for simple and advanced use-cases
17
+
-[ ] Complete documentation overhaul
18
+
10
19
## 🎯 Features <aname="features"></a>
11
20
12
21
-[x]**Simple and easy to use**: pyneo4j-ogm is designed to be `simple and easy to use`, while also providing a solid foundation for some more `advanced use-cases`.
@@ -274,6 +283,7 @@ In the following we are going to take a closer look at the different parts of `p
274
283
### Table of contents
275
284
276
285
-[Pyneo4j-OGM](#pyneo4j-ogm)
286
+
-[🔥 Hot topics for the future](#-hot-topics-for-the-future)
0 commit comments