Skip to content

Better support for using as application database #18

Closed
@bearsh

Description

@bearsh

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.

  1. Start method is a monolith
    • db data directory is erased on each start
    • db is initialized each time
    • db is created each time
  2. db data is in RuntimePath
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions