Replies: 1 comment
-
|
This will be supported in the upcoming 0.15.x release (or if you're able to, compile a binary yourself). See #152 for an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i'm someone who came into graph db world by being exposed to neo4j db, and the way it works.
Later found kuzu, now ladybugdb, by searching for something that supports cypher QL, and is embeddable into nodejs.
I've got used to the flexibility of neo4j - being able to just write any data types to nodes, without defining a schema, and having ability to write different data types on different node records of same type. I find this allows really quick iteration/experimentation workflows.
Any chance of supporting that kind of thing on ladybug ?
Beta Was this translation helpful? Give feedback.
All reactions