-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get a instance with Increment id #65
Comments
how to get a instance with Increment id |
To retrieve a node with an specific property see: https://neomodel.readthedocs.io/en/latest/getting_started.html#retrieving-nodes. As an example: For indexing you can use |
thanks. and i wanna ask another question. the id could be reuse, Is it the reason for the orm you coded, does not provided the api that i want? |
@shaojiajun314 yes - for example if a node is deleted there could be a future node with the same internal id. This is why it is recommended for you to make your own domain-specific id field. |
How to do, i want to get a record with id, like cql "WHERE ID(n)=number"
The text was updated successfully, but these errors were encountered: