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.4.2.tar.gz
(65.9 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.4.2.tar.gz
.
File metadata
- Download URL: ramp-database-0.4.2.tar.gz
- Upload date:
- Size: 65.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0068859aeb1373227fabb065ada5c9e02e27e6997e9a77841563058c1505b783 |
|
MD5 | f662fa97e2c66818a90f64a9324b7fa5 |
|
BLAKE2b-256 | 7c9bdb46fd3597a7210e22e1a277170df74711dbb11309958b358589cf7bd959 |
File details
Details for the file ramp_database-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.4.2-py3-none-any.whl
- Upload date:
- Size: 90.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5100e14bf2073dbd2f5e8f7fedf4138d954ad126bba5867c7edc0f244101a9b |
|
MD5 | a503d3ffa2a6cb36341897316968e9c8 |
|
BLAKE2b-256 | 1cfe285a61f98ced0aedd5c32399c9e1e6908b89d9560588633d98d2884b8cbf |