Skip to content
Florian Gutmann edited this page Jan 7, 2014 · 10 revisions

Backend that stores data in a postgres database.

database and user setup for tests

createdb -O dstore-test -E UTF-8
createdb -O dstore-test -E UTF-8 dstore-test

Clone this wiki locally