-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update neo4j-driver to 5.2.0 update docker image to neo4j:5.2.0-enterprise run prettier on all files
- Loading branch information
Showing
10 changed files
with
1,064 additions
and
1,107 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const NEO4J_CONFIG: string = 'NEO4J_CONFIG'; | ||
export const NEO4J_DRIVER: string = 'NEO4J_DRIVER'; | ||
export const NEO4J_DRIVER: string = 'NEO4J_DRIVER'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export interface SessionOptions { | ||
database?: string; | ||
write?: boolean; | ||
} | ||
} |
Oops, something went wrong.