Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #98 from tweedegolf/97-remove-inmemory-storage-bac…
Browse files Browse the repository at this point in the history
…kend-in-vtn

Delete InMemory storage backend
  • Loading branch information
pohlm01 authored Sep 3, 2024
2 parents 84a37ba + 28ec082 commit 8bc0c2a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 407 deletions.
1 change: 1 addition & 0 deletions openadr-vtn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ dotenvy = {workspace = true, optional = true}
tokio = { workspace = true, features = ["full", "test-util"] }

[features]
default = ["postgres"]
live-db-test = ["postgres"]
postgres = ["sqlx/postgres", "dep:dotenvy"]
113 changes: 0 additions & 113 deletions openadr-vtn/src/data_source/memory/event.rs

This file was deleted.

39 changes: 0 additions & 39 deletions openadr-vtn/src/data_source/memory/mod.rs

This file was deleted.

132 changes: 0 additions & 132 deletions openadr-vtn/src/data_source/memory/program.rs

This file was deleted.

100 changes: 0 additions & 100 deletions openadr-vtn/src/data_source/memory/report.rs

This file was deleted.

Loading

0 comments on commit 8bc0c2a

Please sign in to comment.