Database model used in the RAMP bundle
Project description
This package contains the ORM model for the RAMP database.
Set up of a PostgreSQL database
create db directory and initialise the PostgreSQL database:
mkdir postgres_dbs initdb postgres_dbs
start the PostgreSQL engine:
pg_ctl -D postgres_dbs -l postgres_dbs/logfile start
create a user <db_user> and set a password <db_password>:
createuser --pwprompt <db_user>
create the database called <db_name> for that user:
createdb --owner=<db_user> <db_name>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ramp_database-0.7.4-py3-none-any.whl (93.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size ramp-database-0.7.4.tar.gz (68.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for ramp_database-0.7.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d0d2bd0bbaa2d92e2dfdaa13fc7258bcda5272ccc54d52eeb4e72a4fe099581 |
|
MD5 | e3ff3236adbbd4747cd1c8037946d6a5 |
|
BLAKE2-256 | 9e5996d63cedac280ec20d7325b242e5a05251658727b6197cf802918c373cda |