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.7.4.tar.gz
(68.9 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.7.4.tar.gz
.
File metadata
- Download URL: ramp-database-0.7.4.tar.gz
- Upload date:
- Size: 68.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 454da9e0e0169e8d764c3b9f54c294e3a06a2d22ec734d262e2e522fd22f14c2 |
|
MD5 | c129e7e05676549a5d724c0c09591c8f |
|
BLAKE2b-256 | 7892acae137004e9a24abfb87e8461328bc363d38dc1bd76ef48d64a665d24a8 |
File details
Details for the file ramp_database-0.7.4-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.7.4-py3-none-any.whl
- Upload date:
- Size: 93.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d0d2bd0bbaa2d92e2dfdaa13fc7258bcda5272ccc54d52eeb4e72a4fe099581 |
|
MD5 | e3ff3236adbbd4747cd1c8037946d6a5 |
|
BLAKE2b-256 | 9e5996d63cedac280ec20d7325b242e5a05251658727b6197cf802918c373cda |