This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
In-memory database #97
Comments
It seems there's already some support for it, but it isn't exposed in the cli: Lines 129 to 137 in d335fed
|
I actually think the way forward is SQLite. I've done some hacking on that in a local branch. The reasoning is:
|
I have some additional ideas about how to make this even nicer. Will report back to you, should be handled in this sprint as well. |
This was referenced Oct 23, 2020
Merged
iohk-bors bot
added a commit
that referenced
this issue
Oct 26, 2020
102: Improve stub server r=ksaric a=hasufell 1. expose a cli option to start the stub server in test-mode 2. add an endpoint to insert pool metadata manually in test-mode Related: #97 Co-authored-by: Julian Ospald <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PostgreSQL is quite heavy to set up for e.g. integration tests. There could be an option to run everything in-memory.
Or... sqlite.
Related: cardano-foundation/cardano-wallet#2249
The text was updated successfully, but these errors were encountered: