I use Neo4j as my graph database. Suppose I want to limit the length of the username field to less than 10, is there a way to impose such a restriction at the database level?
Now you will need to do this either at the application level or by registering a transaction hook that checks this property field for a specific criterion.
See:
Source: https://habr.com/ru/post/1541717/More articles:Error installing RPostgreSQL - RPostgreSQL.so: undefined symbol: PQpass - rIntersection of several columns between two data frames - rHow to get all other zip codes or (latitude and longitude) from the table next to a given zip code and a given radius in miles on sql server? - sqlError message with all violation of restrictions in postgres - node.jsЧто, если вызывается деструктор asio:: strand, на этой цепочке еще есть готовые/неработающие обработчики? - boostGoogle Analytics API Create New Property - apiCustom Binder for an Object - c #image map: show an alternative image of areas on mouseover - jqueryDjango-allauth csrf protect mobile client - djangoInvalid OAuth token in Asp.net-Identity - c #All Articles