Skip to content

csquared/postgres-o-matic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres-O-Matic

This repository is a demo of a Heroku Add-on written with Ruby/Sinatra

It is designed to create shared postgresql databases as a cloud service. It is for demonstration purposes only and not meant to be a production system.

Usage

clone
$ gem install kensa
$ gem install foreman
$ kensa init --foreman
$ foreman start

Connect to a database

$ add DATABASE_URL to .env file

Make a new postgres !

$ kensa test provision

Make some tables and sign in

$ kensa run ./consumer.rb

About

demo of postgres as a cloud service for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages