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.6.0.tar.gz
(67.6 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.6.0.tar.gz
.
File metadata
- Download URL: ramp-database-0.6.0.tar.gz
- Upload date:
- Size: 67.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7788d29b49cf1efd519a288221a0b9a1a139442393d37b1269442e765933adb |
|
MD5 | 5fdc7ae230857a32789bdcdc2f67f533 |
|
BLAKE2b-256 | 3ac6bf74554b3d80ef6da8d3a2a1ed51de0b61f8f980992786c6ca456500736e |
File details
Details for the file ramp_database-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.6.0-py3-none-any.whl
- Upload date:
- Size: 92.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64314238bb1a2d442f03089029a83451e7468cd8e414fd982891cbddd81acd4d |
|
MD5 | 00d0b05a4a879f0cc1bd58cce117c92c |
|
BLAKE2b-256 | 71f520aa48905ccf60684f923732a091efe1645f49d4ebfdeabe2f66f3f82113 |