Skip to content

Commit

Permalink
Merge pull request #9 from FalkorDB/constraint
Browse files Browse the repository at this point in the history
fix #5 add support for GRAPN.CONSTRAINT
  • Loading branch information
gkorland authored Mar 19, 2024
2 parents 3a66f06 + 084c58f commit 8e9a04f
Show file tree
Hide file tree
Showing 8 changed files with 796 additions and 703 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default as Graph } from './src/graph';
export { ConstraintType, EntityType } from './src/graph';
export { default as FalkorDB } from './src/falkordb';


Expand Down
Loading

0 comments on commit 8e9a04f

Please sign in to comment.