Closed
Description
I just stumbled on this project which is kind of what I've been looking for a long to easily use postgres without caring about the installation of the server.
But there are some points which are rather unfortunate to use the lib as-is in a project other than for tests.
- Start method is a monolith
- db data directory is erased on each start
- db is initialized each time
- db is created each time
- db data is in
RuntimePath
- not infrastructure to test if a db data directory is already available
@fergusstrange would you accept PRs which change the above mentioned behavior? I would like to see them integrated in this project rather then maintain a fork of this lib...
Metadata
Metadata
Assignees
Labels
No labels