hashbang / userdb

Documentation, schema, and container for our PostgreSQL user database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#! User Database

http://github.com/hashbang/userdb

TravisCI IRC PostgreSQL License

About

This repo contains the schema, design and requirements for our PostgreSQL-based user database.

Requirements

  • PostgreSQL 9.4+

Installation

This will setup userdb as the userdb database on a local PostgreSQL.

make install

Development

Drops you into a fresh PostgreSQL shell with latest schema:

make develop

Testing

make test

Contribution

Please consider the following when submitting contributions:

Feel free to reach out to us with ideas or to get help contributing. We are totally happy with something taking longer to do, if you learn something in the process. It is the reason #! exists.

Notes

Questions/Comments?

Please learn and reach out to us via the following:

About

Documentation, schema, and container for our PostgreSQL user database.

License:MIT License


Languages

Language:Makefile 36.6%Language:PLpgSQL 29.2%Language:Shell 27.3%Language:Dockerfile 4.1%Language:Python 2.8%