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.
Source Distribution
ramp-database-0.5.1.tar.gz
(67.7 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.5.1.tar.gz
.
File metadata
- Download URL: ramp-database-0.5.1.tar.gz
- Upload date:
- Size: 67.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.8.0 tqdm/4.28.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeb1cb6a8589ac902af6509ddbb197b3a6f7db388d102a736f5eaea5efd2a197 |
|
MD5 | 2c4772ace9af6ab4c9674432617af3d3 |
|
BLAKE2b-256 | 28fc2ba2def5f266cd8ad60b9e6882378852991fd6aa90089f335111557893f7 |
File details
Details for the file ramp_database-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.5.1-py3-none-any.whl
- Upload date:
- Size: 92.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.8.0 tqdm/4.28.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87543be17d7e99a71f06faba6a7b1d650b059816dabfe78736073507a9669217 |
|
MD5 | 2d19e9f8fea6f8976c377db91264889b |
|
BLAKE2b-256 | 0b997a9eef3903f9f05fedbe8b2dc2cd5105e2502b1be0cde7ff72d024afde7f |