Pancakes is a postgres database editor in your browser, heavily inspired by Sequel Pro. It's intended to only be used in development, though it's able to access databases for all the defined enviroments in your Rails project.
To use pancakes in your project simply add the following line to your Gemfile
gem 'pancakes'
Afterwards open your terminal application, go to the root of your Rails project and run the following commands
bundle install
rails pancakes:install
This will create a pancakes.yml
file in the config/
folder and add it to the .gitignore
file.
To override the default settings modify the config/pancakes.yml
file.
If you would like to contribute to this project:
-
Ensure you have a Postgres database on which you can run tests on
-
Fork the project
-
Add/modify the code
-
Write tests for any modifications you make
-
Make sure all tests pass
-
Issue a pull request