-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store position attribute as Array type
The list of position attributes has now been replaced with a single attribute, which can be an Array. Postgre will store the array directly, SQLite will create one column for each element. This commit also tightens the requirements for optional arguments passed to the graph databases and simplifies the meta-data checks. There is now also documentation on the allowed read/write modes and checks for the passed arguments.
- Loading branch information
Showing
5 changed files
with
418 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.