Skip to content

Commit

Permalink
Refactor AlgebraicRelations to remove workflow tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bosonbaas authored and epatters committed Nov 16, 2022
1 parent be85d3b commit b115001
Show file tree
Hide file tree
Showing 13 changed files with 388 additions and 557 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ authors = ["bosonbaas <[email protected]>"]
version = "0.3.1"

[deps]
AlgebraicPetri = "4f99eebe-17bf-4e98-b6a1-2c4f205a959b"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FunSQL = "cf6cc811-59f4-4a10-b258-a8547a8f6407"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
AlgebraicPetri = "0.6, 0.7"
AutoHashEquals = "0.2.0"
Catlab = "0.14"
DataFrames = "1.0"
LibPQ = "1.4.0"
Expand Down
9 changes: 6 additions & 3 deletions src/AlgebraicRelations.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module AlgebraicRelations
include("DB.jl")
using Requires

include("Schemas.jl")
include("Queries.jl")
include("Interface.jl")
include("Presentations.jl")
function __init__()
@require SQLite="0aa819cd-b072-5ff4-a722-6bc24af294d9" include("SQLiteInterop.jl")
end
end
62 changes: 0 additions & 62 deletions src/DB.jl

This file was deleted.

113 changes: 0 additions & 113 deletions src/Presentations.jl

This file was deleted.

Loading

0 comments on commit b115001

Please sign in to comment.