laravel-dag-manager:Laravel 基于 SQL 的有向无环图 (DAG) 解决方案

时间:2024-06-19 13:50:47
【文件属性】:

文件名称:laravel-dag-manager:Laravel 基于 SQL 的有向无环图 (DAG) 解决方案

文件大小:28KB

文件格式:ZIP

更新时间:2024-06-19 13:50:47

laravel sql hacktoberfest dag directed-acyclic-graph

Laravel 基于 SQL 的有向无环图 (DAG) 解决方案 这个包允许你创建、保存和删除有向无环图。 基本用法 创建直接边: $ newEdges = dag ()-> createEdge ( $ startVertex , $ endVertex , $ source ); // $newEdges contains all new edges, including the specified direct edge, that were created as a result of the request. 删除直接边: $ deleted = dag ()-> deleteEdge ( $ startVertex , $ endVertex , $ source ); // $deleted is true if any edges were deleted a


【文件预览】:
laravel-dag-manager-master
----composer.json(1KB)
----config()
--------laravel-dag-manager.php(1KB)
----.github()
--------workflows()
----database()
--------migrations()
----tests()
--------IsDagManagedTraitTest.php(32KB)
--------temp()
--------DagManagerTest.php(23KB)
--------Support()
--------TestCase.php(2KB)
----LICENSE(1KB)
----CONTRIBUTING.md(1KB)
----src()
--------Models()
--------Services()
--------Providers()
--------helpers.php(187B)
--------Exceptions()
--------Concerns()
--------Tasks()
----.gitignore(361B)
----CHANGELOG.md(5KB)
----phpunit.xml.dist(692B)
----README.md(7KB)

网友评论