You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
You can use Devstep with embedded Postgresql like you would use sqlite in a Rails project: your databases are persisted in a project directory without cluttering a database server. You find back the projects databases easily and you ca easily trash the database directory whenever you want some clean up.
For that, we need to be able to have the Postgresql data directory for instance in /workspace/.db not hardcoded as it is currently in the Postgresql configuration.