Example AQL queries #1025
-
Hi, are there any reference AQL queries to interact with Collections of Spline DB. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no specific documentation as the Spline database isn't supposed to be accessed directly by 3rd party services. Although technically you can, but it is strongly discouraged. If you do so, you'd need to make sure your queries adhere to Spline internal conventions, particularly the ones related to ensuring a proper isolation level of application managed transactions (that will be introduced in Spline 1.0 due to lack of ACID capability in ArangoDB cluster deployments). Also upgrading to newer Spline releases would be more problematic as you'd have to update your queries manually if the db schema changes. |
Beta Was this translation helpful? Give feedback.
There is no specific documentation as the Spline database isn't supposed to be accessed directly by 3rd party services. Although technically you can, but it is strongly discouraged. If you do so, you'd need to make sure your queries adhere to Spline internal conventions, particularly the ones related to ensuring a proper isolation level of application managed transactions (that will be introduced in Spline 1.0 due to lack of ACID capability in ArangoDB cluster deployments). Also upgrading to newer Spline releases would be more problematic as you'd have to update your queries manually if the db schema changes.