Tuning PostgreSQL config by your hardware. Based on original pgtune. Illustration by Kate.
To start it in development mode, you need install node.js, yarn and run in terminal:
$ yarn # get all node.js deps
$ yarn dev # start server on 5173 port
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request